diff options
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). |