diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/echo_get/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo_get/README.md b/examples/echo_get/README.md index d6622fc..07bf833 100644 --- a/examples/echo_get/README.md +++ b/examples/echo_get/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/get_echo_example console +$ ./_rel/bin/echo_get_example console ``` Then point your browser at |