Update README.md

Usage
This commit is contained in:
Robin Nilsson 2014-09-19 20:05:30 +02:00
parent 058dd1788a
commit 835c7bdd31
1 changed files with 16 additions and 0 deletions

View File

@ -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
```