Commit f7627289 authored by David Ascher's avatar David Ascher Committed by Dan Abramov
Browse files

Fix instructions for serving with now (#2052)

* Fix instructions for serving with now

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

* Keep it shorter
parent 629d575a
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1516,7 +1516,7 @@ When you build the project, Create React App will place the `public` folder cont ...@@ -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`: 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: 4. Run `now` from your project directory. You will see a **now.sh** URL in your output like this:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment