Port documentation updates

This commit is contained in:
Dan Abramov
2018-10-19 19:30:11 -04:00
parent 567921d929
commit a840d56683
8 changed files with 92 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ set HTTPS=true&&npm start
### Windows (Powershell)
```Powershell
($env:HTTPS = $true) -and (npm start)
($env:HTTPS = "true") -and (npm start)
```
### Linux, macOS (Bash)