diff options
Diffstat (limited to 'examples/echo_post')
-rw-r--r-- | examples/echo_post/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo_post/README.md b/examples/echo_post/README.md index 46c4b09..cc89fd6 100644 --- a/examples/echo_post/README.md +++ b/examples/echo_post/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/echo_post_example console +$ ./_rel/echo_post_example/bin/echo_post_example console ``` As this example echoes a POST parameter, it is a little more |