Browse Source

Fix an example in the guide

Loïc Hoguin 11 years ago
parent
commit
3ed2a4de2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guide/listeners.md

+ 1 - 1
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/`
 examples directory. To do so, open a shell in the `examples/tcp_echo/`
 directory and run the following commands:
 directory and run the following commands:
 
 
-```
+``` bash
 % rebar get-deps compile
 % rebar get-deps compile
 % ./start.sh
 % ./start.sh
 Listening on port 5555
 Listening on port 5555