From 1d89177ae94146f356c4c3001556f866b48d8edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 5 Nov 2021 16:21:06 +0100 Subject: [PATCH] Add ending quotation mark Fix small typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 432cb83..35e22dd 100644 --- a/README +++ b/README @@ -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"}] }