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:
parent
1b492114ad
commit
c69ccd098e
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue