1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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: file may look as follows:
{ {
"canonicalHost: "galene.example.org", "canonicalHost": "galene.example.org",
"admin":[{"username":"root","password":"secret"}] "admin":[{"username":"root","password":"secret"}]
} }