diff options
Diffstat (limited to 'examples/cookie/README.md')
-rw-r--r-- | examples/cookie/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cookie/README.md b/examples/cookie/README.md index 9e07329..61ddaae 100644 --- a/examples/cookie/README.md +++ b/examples/cookie/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/cookie_example console +$ ./_rel/cookie_example/bin/cookie_example console ``` Then point your browser at [http://localhost:8080](http://localhost:8080). |