From 2c32b3223b75f312c592fec3afb96c4d9a501615 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 10 Jan 2021 20:09:47 -0600 Subject: [PATCH] Fix README Forgot about the part where no Terraria config options have dashes lol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e742a12..2ea8140 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can manage server-config through the `terraria_config` dictionary: ```yaml terraria_config: - max-players: 8 + maxplayers: 8 password: supersecret ```