Skip to content

Commit c24fca1

Browse files
authored
Update README.md
1 parent 856e2bb commit c24fca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sample project prepared for create and publish React components on [npm](https:/
1111

1212
## How to use
1313
1. Clone the repo: ```git clone git@github.com:nmartinezb3/npm-react-component-starter.git```
14-
2. Change package name, author, and all stuff in package.json
14+
2. Change package name, author, and all stuff in ```package.json```
1515
3. Install all dependencies: ```npm install```
1616
4. Create your components under ```src/components/```
1717
5. Export them from from src/index.js:

0 commit comments

Comments
 (0)