1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Fix typo in documentation.

Thanks to Miroslav36.
This commit is contained in:
Juliusz Chroboczek 2022-03-08 16:06:58 +01:00
parent 1b492114ad
commit c69ccd098e

2
README
View file

@ -72,7 +72,7 @@ A typical group definition file looks like this:
{ {
"op":[{"username":"jch","password":"1234"}], "op":[{"username":"jch","password":"1234"}],
"presenter":[{}] "presenter":[{}],
"allow-recording": true, "allow-recording": true,
"allow-subgroups": true "allow-subgroups": true
} }