From 835c7bdd31fc67f6682a15ec8c53f0fe1f76b963 Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Fri, 19 Sep 2014 20:05:30 +0200 Subject: [PATCH] Update README.md Usage --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8f8fe59..e116757 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,19 @@ node server.js ``` Browse to ```http://localhost:8080``` + + +Usage +======== + +``` +Available commands: + /generate Generate random room + /join RoomId Join a room + /count Count participants of room + /nick NickName Sets an optional nick + /key OurStrongPassphrase Sets encryption key + /leave Leave the room + /clear Clear on-screen buffer + /help This +```