Skip to content

Commit c52cdc6

Browse files
gavinbarrongaearon
authored andcommitted
Correct instructions for HTTPS and PowerShell (facebook#5394)
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
1 parent bd0ffb7 commit c52cdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ set HTTPS=true&&npm start
12421242
#### Windows (Powershell)
12431243

12441244
```Powershell
1245-
($env:HTTPS = $true) -and (npm start)
1245+
($env:HTTPS = "true") -and (npm start)
12461246
```
12471247

12481248
#### Linux, macOS (Bash)

0 commit comments

Comments
 (0)