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 1a38f7e commit 1963f90Copy full SHA for 1963f90
README.md
@@ -80,10 +80,10 @@ React.renderComponent(<App/>, document.body);
80
## Contributing
81
82
- Fork the project
83
-- `$ npm install && npm run build`
+- `$ npm install && npm start`
84
- Make changes, webpack will watch and rebuild as you make changes
85
- Add appropriate tests
86
-- `$ npm run test`
+- `$ npm test`
87
- If tests don't pass, make them pass.
88
- Update README with appropriate docs.
89
- Commit and PR
0 commit comments