aboutsummaryrefslogtreecommitdiffstats
path: root/guide/listeners.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/listeners.md')
-rw-r--r--guide/listeners.md2
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