diff --git a/README.md b/README.md index b9889e9..77fec14 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Download, unzip and just copy the content of the `sources` folder to any folder The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `conf/setup.ini`. The interesting parameter is `auth` that indicates which user is authorized to which room. In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:`, -- `John:Game,John:Family` = John can access the Game room, the Family room and the Public room -- `Mary:Game` = Mary can access the Game room and the Public room -- `Tim:Family` = Tim can access the Family room and the Public room +- `John:Game,John:Family` = John can access the Game room, the Family room +- `Mary:Game` = Mary can access the Game room +- `Tim:Family` = Tim can access the Family room - `admin:*` = admin can access all rooms - `*:Public` = everybody can only acccess the Public room - `*:` = everybody can access the unnamed room