diff options
Diffstat (limited to 'guide')
-rw-r--r-- | guide/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/getting_started.md b/guide/getting_started.md index d366b17..a5f811d 100644 --- a/guide/getting_started.md +++ b/guide/getting_started.md @@ -305,7 +305,7 @@ We can now build and start the release. ``` bash $ make -$ ./_rel/bin/hello_erlang console +$ ./_rel/hello_erlang/bin/hello_erlang console ``` If you then access `http://localhost:8080` using your browser, |