Skip to content

Commit

Permalink
Move whitespace comment closer to where it applies (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin authored and Timer committed Jun 5, 2018
1 parent 6370e40 commit fffe909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fffe909

Please sign in to comment.