Fix Backstage case

This commit is contained in:
Adam Harvey
2021-01-29 14:17:09 -05:00
parent 357c1f1e5f
commit e763dcf8c4
6 changed files with 7 additions and 7 deletions
@@ -31,7 +31,7 @@ $ yarn start
This should open a local instance of Backstage in your browser, otherwise open
one of the URLs printed in the terminal.
By default, backstage will start on port 3000, however you can override this by
By default, Backstage will start on port 3000, however you can override this by
setting an environment variable `PORT` on your local machine. e.g.
`export PORT=8080` then running `yarn start`. Or `PORT=8080 yarn start`.