From f9958148d1a127ee1ce242f29cd85f4a99be3085 Mon Sep 17 00:00:00 2001 From: Chtixof Date: Tue, 7 Apr 2015 00:21:58 +0200 Subject: [PATCH] Example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a00621..e08dcee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ It is based on [wojtek77/chat](https://github.com/wojtek77/chat), itself based o - No need for users to register. Just need the web address. - On connection, the page is feeded with the 50 last messages. -- Optional *get* arguments to specify the user name and the room. Example : ...minchat/?name=John&room=Living +- Optional *get* arguments to specify the user name and the room. +Example : `https://yourdomain.org/minchat/?room=Living&name=John` - Mono room (for now) ## Installation