From 3ed2a4de2cc7f2e2e592cc8aab09afdb400bff75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Aug 2013 18:55:31 +0200 Subject: Fix an example in the guide --- guide/listeners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3