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