Browse Source

Fix examples README

Loïc Hoguin 10 years ago
parent
commit
e31109dd3c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      examples/tcp_echo/README.md
  2. 1 1
      examples/tcp_reverse/README.md

+ 1 - 1
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:

+ 1 - 1
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: