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