Skip to content

Commit 1963f90

Browse files
author
Matt Zabriskie
committed
Updating README
1 parent 1a38f7e commit 1963f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ React.renderComponent(<App/>, document.body);
8080
## Contributing
8181

8282
- Fork the project
83-
- `$ npm install && npm run build`
83+
- `$ npm install && npm start`
8484
- Make changes, webpack will watch and rebuild as you make changes
8585
- Add appropriate tests
86-
- `$ npm run test`
86+
- `$ npm test`
8787
- If tests don't pass, make them pass.
8888
- Update README with appropriate docs.
8989
- Commit and PR

0 commit comments

Comments
 (0)