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/ssl_hello_world | |
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/ssl_hello_world')
-rw-r--r-- | examples/ssl_hello_world/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md index faffb54..1dabbd6 100644 --- a/examples/ssl_hello_world/README.md +++ b/examples/ssl_hello_world/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/ssl_hello_world_example console +$ ./_rel/ssl_hello_world_example/bin/ssl_hello_world_example console ``` Then point your browser at [https://localhost:8443](https://localhost:8443). |