From 6ebca126ac73b5bb7ec722f1ee8b0aa8e86a92f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacio=20Burgue=C3=B1o?= Date: Wed, 4 May 2011 14:41:43 -0300 Subject: [PATCH] Github markdown friendly --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56d3252..8f7a645 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ The usage is the same as [Socket.IO-node][6]. ## Example # See the included file `test.lua`. Once properly installed, you'd be able to do: - git clone git://github.com/ignacio/LuaNode-Socket.IO.git lnsocket-io - cd lnsocket-io/ - sudo luanode test.lua +```bash +git clone git://github.com/ignacio/LuaNode-Socket.IO.git lnsocket-io +cd lnsocket-io/ +sudo luanode test.lua +``` And then point your browser to `http://localhost:8080`.