From e31109dd3cb26a31986187bdd91c60ce425e14d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 6 Mar 2015 14:32:51 +0100 Subject: Fix examples README --- examples/tcp_echo/README.md | 2 +- examples/tcp_reverse/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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: diff --git a/examples/tcp_reverse/README.md b/examples/tcp_reverse/README.md index 6a17772..745ad2c 100644 --- a/examples/tcp_reverse/README.md +++ b/examples/tcp_reverse/README.md @@ -18,7 +18,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/tcp_reverse_example console +$ ./_rel/tcp_reverse_example/bin/tcp_reverse_example console ``` Then start a telnet session to port 5555: -- cgit v1.2.3