Skip to content

Commit

Permalink
Better naming of env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 21, 2015
1 parent 4ec96c3 commit 2018526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Visit TODO: add hosted app URL
it up via an environment variable:

```sh
$ APP_ES_NODE_PORT=<PORT> php -S localhost:8000
$ APP_ES_PORT=<PORT> php -S localhost:8000
```

1. Open your web browser and visit [`http://localhost:8000`](http://localhost:8000).

0 comments on commit 2018526

Please sign in to comment.