From aaa47d03324758abb75842a7fd1cfae9995d3d8f Mon Sep 17 00:00:00 2001 From: moom0o <48740106+moom0o@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:08:58 -0400 Subject: [PATCH] fix broken table in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3831c7f..93b24a4 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,7 @@ and copy that to your config.json. There are many options in the config file that might confuse you, so here's a simple guide (I think?) to help you get through it. -| **Keys** | **Default values** | ** -Usage** | +| **Keys** | **Default values** | **Usage** | |------------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------| | `https` | `false` (boolean) | This is an option whether if you want to enable https or not, this uses boolean values. `false` = http:// and `true` = https:// | | `host` | `localhost` (string) | Your host or domain, if you are hosting on a local machine, set this to `localhost`, if you are hosting this publicly, set it to your domain. |