From 4a2fc7a0b53fa6af144cad6c3a7dba4b2e8a808d Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 5 Jun 2018 18:07:02 +0300 Subject: [PATCH] Move whitespace comment closer to where it applies --- packages/react-scripts/template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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