Skip to content

Commit

Permalink
correct npm start command for Universal example
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrottimark committed Sep 24, 2015
1 parent 3873c63 commit d5e75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git clone https://github.com/rackt/redux.git
cd redux/examples/universal
npm install
npm start & npm run client
npm start
open http://localhost:3000/
```
Expand Down

0 comments on commit d5e75cb

Please sign in to comment.