aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websocket/README.md')
-rw-r--r--examples/websocket/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websocket/README.md b/examples/websocket/README.md
index 7509770..bb55c1c 100644
--- a/examples/websocket/README.md
+++ b/examples/websocket/README.md
@@ -12,7 +12,7 @@ $ make
To start the release in the foreground:
``` bash
-$ ./_rel/bin/websocket_example console
+$ ./_rel/websocket_example/bin/websocket_example console
```
Then point your browser at [http://localhost:8080](http://localhost:8080).