1
Fork 0

Fix typo in README.

Thanks to Fabien de Montgolfier.
This commit is contained in:
Juliusz Chroboczek 2023-05-16 18:54:35 +02:00
parent 4acd60022f
commit 6a3b9a3b7e
1 changed files with 2 additions and 2 deletions

4
README
View File

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