Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ There exists a "dev" mode in which we can use ember-cli to host the card runtime

### With staging or production

You can develop the host application locally backed by the staging or production infrastructure by running `scripts/start-host [environment]`.
You can develop the host application locally backed by the staging or production infrastructure by running `scripts/start-host.sh [environment]`.

```
scripts/start-host production
scripts/start-host.sh production
Build successful (27238ms) – Serving on https://localhost:4200/
Expand Down