diff options
author | Loïc Hoguin <[email protected]> | 2013-12-07 14:08:25 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-12-07 14:08:25 +0100 |
commit | 0770e2893f88cd50020a621e4d3b813ff8e6c58f (patch) | |
tree | db8086ef3b68ea205f69b7582334e579ff2dd907 /examples/tcp_echo/README.md | |
parent | b0c37e853ef0600ca5b86216e427d767b6bc6126 (diff) | |
download | ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.tar.gz ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.tar.bz2 ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.zip |
Fix small issues and style of the examples
Diffstat (limited to 'examples/tcp_echo/README.md')
-rw-r--r-- | examples/tcp_echo/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
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 ``` |