1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

Add ending quotation mark

Fix small typo
This commit is contained in:
Éric Gaspar 2021-11-05 16:21:06 +01:00 committed by Juliusz Chroboczek
parent 37d6ab5445
commit 1d89177ae9

2
README
View file

@ -43,7 +43,7 @@ The server may be configured in the JSON file `data/config.json`. This
file may look as follows:
{
"canonicalHost: "galene.example.org",
"canonicalHost": "galene.example.org",
"admin":[{"username":"root","password":"secret"}]
}