mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Add ending quotation mark
Fix small typo
This commit is contained in:
parent
37d6ab5445
commit
1d89177ae9
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -43,7 +43,7 @@ The server may be configured in the JSON file `data/config.json`. This
|
||||||
file may look as follows:
|
file may look as follows:
|
||||||
|
|
||||||
{
|
{
|
||||||
"canonicalHost: "galene.example.org",
|
"canonicalHost": "galene.example.org",
|
||||||
"admin":[{"username":"root","password":"secret"}]
|
"admin":[{"username":"root","password":"secret"}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue