From f762728975cb651e8d5b652956915165a7c35f53 Mon Sep 17 00:00:00 2001
From: David Ascher <david.ascher@gmail.com>
Date: Tue, 2 May 2017 11:23:52 -0700
Subject: [PATCH] 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
---
 packages/react-scripts/template/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index c43efcb26..db2553016 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -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:
-- 
GitLab