From 6a3b9a3b7ef73636262fbaee1f6b35d30e0bd992 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Tue, 16 May 2023 18:54:35 +0200 Subject: [PATCH] Fix typo in README. Thanks to Fabien de Montgolfier. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index aaecf1e..821a53c 100644 --- a/README +++ b/README @@ -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: