diff options
author | Loïc Hoguin <[email protected]> | 2015-03-06 14:32:51 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-03-06 14:32:51 +0100 |
commit | e31109dd3cb26a31986187bdd91c60ce425e14d4 (patch) | |
tree | 7b3220a0adeec283e01cf1c7011bd2f5510e6da9 /examples/tcp_echo/README.md | |
parent | 741bfb73ca663394ecf7a73410506d66f01985a6 (diff) | |
download | ranch-e31109dd3cb26a31986187bdd91c60ce425e14d4.tar.gz ranch-e31109dd3cb26a31986187bdd91c60ce425e14d4.tar.bz2 ranch-e31109dd3cb26a31986187bdd91c60ce425e14d4.zip |
Fix examples README
Diffstat (limited to 'examples/tcp_echo/README.md')
-rw-r--r-- | examples/tcp_echo/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_echo/README.md b/examples/tcp_echo/README.md index d65fae5..0a5fa1d 100644 --- a/examples/tcp_echo/README.md +++ b/examples/tcp_echo/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/tcp_echo_example console +$ ./_rel/tcp_echo_example/bin/tcp_echo_example console ``` Then start a telnet session to port 5555: |