From 266278d14c46ac4a1b0d62a3ff857c3943592392 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 24 Feb 2014 16:46:23 -0800 Subject: [PATCH] prettify --- examples/chat/README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/examples/chat/README.md b/examples/chat/README.md index aaa3fc8189..78a6d8d9be 100644 --- a/examples/chat/README.md +++ b/examples/chat/README.md @@ -1,19 +1,22 @@ -Socket.IO Chat -============== + +# Socket.IO Chat A simple chat demo for socket.io -### Quickstart +## How to use + ``` $ npm install $ node . ``` -### Features - - Multiple users can join a chat room by entering a unique username on website load. - - Users can type chat messages to the chat room - - A notification is sent to all users when a user joins or leaves the chatroom +And point your browser to `http://localhost:3000`. Optionally specify +a port by supplying the `PORT` env variable. + +## Features -### Uses - - Express - - jQuery +- Multiple users can join a chat room by entering a unique username +on website load. +- Users can type chat messages to the chat room +- A notification is sent to all users when a user joins or leaves +the chatroom