From 0770e2893f88cd50020a621e4d3b813ff8e6c58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Dec 2013 14:08:25 +0100 Subject: Fix small issues and style of the examples --- examples/tcp_echo/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'examples/tcp_echo/README.md') diff --git a/examples/tcp_echo/README.md b/examples/tcp_echo/README.md index df4c6bd..d65fae5 100644 --- a/examples/tcp_echo/README.md +++ b/examples/tcp_echo/README.md @@ -1,7 +1,10 @@ -Ranch TCP Echo -============== +Ranch TCP echo example +====================== + +To try this example, you need GNU `make` and `git` in your PATH. + +To build the example, run the following command: -To build the example: ``` bash $ make ``` @@ -13,6 +16,7 @@ $ ./_rel/bin/tcp_echo_example console ``` Then start a telnet session to port 5555: + ``` bash $ telnet localhost 5555 ``` -- cgit v1.2.3