diff options
author | Loïc Hoguin <[email protected]> | 2013-08-20 18:55:31 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-08-20 18:55:31 +0200 |
commit | 3ed2a4de2cc7f2e2e592cc8aab09afdb400bff75 (patch) | |
tree | dded036df2d4198b966b5096890bf5391455f3cc /guide | |
parent | 400b93e44c80e8ffe86a0fe6cd0cf827a94238c2 (diff) | |
download | ranch-3ed2a4de2cc7f2e2e592cc8aab09afdb400bff75.tar.gz ranch-3ed2a4de2cc7f2e2e592cc8aab09afdb400bff75.tar.bz2 ranch-3ed2a4de2cc7f2e2e592cc8aab09afdb400bff75.zip |
Fix an example in the guide
Diffstat (limited to 'guide')
-rw-r--r-- | guide/listeners.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/listeners.md b/guide/listeners.md index 3ddc0ae..a941c22 100644 --- a/guide/listeners.md +++ b/guide/listeners.md @@ -55,7 +55,7 @@ You can try this out by compiling and running the `tcp_echo` example in the examples directory. To do so, open a shell in the `examples/tcp_echo/` directory and run the following commands: -``` +``` bash % rebar get-deps compile % ./start.sh Listening on port 5555 |