diff options
Diffstat (limited to 'guide/listeners.md')
-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 |