We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856e2bb commit c24fca1Copy full SHA for c24fca1
README.md
@@ -11,7 +11,7 @@ Sample project prepared for create and publish React components on [npm](https:/
11
12
## How to use
13
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
+2. Change package name, author, and all stuff in ```package.json```
15
3. Install all dependencies: ```npm install```
16
4. Create your components under ```src/components/```
17
5. Export them from from src/index.js:
0 commit comments