diff options
author | Loïc Hoguin <[email protected]> | 2014-06-30 10:14:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-30 10:14:05 +0200 |
commit | abcc6e96d8f97e4b8d86da107608d5cdc6dfd851 (patch) | |
tree | f3aa9889350ef3e6d92ec452050c1f9532c86dd1 /examples/echo_get | |
parent | 73f65d5a757dacf952887a32bc611be78773c33f (diff) | |
download | cowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.tar.gz cowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.tar.bz2 cowboy-abcc6e96d8f97e4b8d86da107608d5cdc6dfd851.zip |
Update erlang.mk and update paths to start the release
Fixes a couple invalid instructions at the same time.
Diffstat (limited to 'examples/echo_get')
-rw-r--r-- | examples/echo_get/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo_get/README.md b/examples/echo_get/README.md index 07bf833..737d04d 100644 --- a/examples/echo_get/README.md +++ b/examples/echo_get/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/echo_get_example console +$ ./_rel/echo_get_example/bin/echo_get_example console ``` Then point your browser at |