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