From daef039b939feaf285f6b9a6a8d9b5d85796a059 Mon Sep 17 00:00:00 2001 From: Fabien Quatravaux Date: Fri, 26 Feb 2021 14:52:30 +0100 Subject: [PATCH] doc: Fix typo in documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3079d53..9eb70a7 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ On `config.json`: "client": { "name": "Localhost", "logo": "/images/logo.webp" - } + }, "components": [] } ``` @@ -124,7 +124,7 @@ On `config.json`: Where: -* `client.avicon` is an URL to a distant favicon +* `client.favicon` is an URL to a distant favicon * `client.css` is an URL to a distant CSS that'll be the last one loaded by the Hubl ### Allow to login to your application