diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 437c9f273db..fe3b767cdcf 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1288,14 +1288,14 @@ To do this, set the `HTTPS` environment variable to `true`, then start the dev s set HTTPS=true&&npm start ``` +(Note: the lack of whitespace is intentional.) + #### Windows (Powershell) ```Powershell ($env:HTTPS = $true) -and (npm start) ``` -(Note: the lack of whitespace is intentional.) - #### Linux, macOS (Bash) ```bash