Skip to content

Commit

Permalink
Fix instructions for serving with now (facebook#2052)
Browse files Browse the repository at this point in the history
* Fix instructions for serving with now

Not sure if new, but the `--single` flag is now important.

* Keep it shorter
  • Loading branch information
davidascher authored and romaindso committed Jul 10, 2017
1 parent 6fc3a66 commit bf2876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ When you build the project, Create React App will place the `public` folder cont
3. Add this line to `scripts` in `package.json`:
```
"now-start": "serve build/",
"now-start": "serve -s build/",
```
4. Run `now` from your project directory. You will see a **now.sh** URL in your output like this:
Expand Down

0 comments on commit bf2876d

Please sign in to comment.