1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

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

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: