diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index c43efcb26472b758434bcff48f89b0f98ccdda85..db2553016f6f96bccb71e4008cfd7831e0a264ee 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: