From 79a43b82e5823e05092c5455b7820ea87fcd9a23 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Thu, 21 Oct 2021 20:13:34 +0200 Subject: [PATCH] Fixes the readme's max sign character limits as the real limit is 11, not 12 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45a62b0..2f69f1a 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ This is the default gate configuration. See the Custom Gate Layout section on ho ### Sign Layout: -- Line 1: Gate Name (Max 12 characters) -- Line 2: Destination Name \[Optional] (Max 12 characters, used for fixed-gates only) -- Line 3: Network name \[Optional] (Max 12 characters) +- Line 1: Gate Name (Max 11 characters) +- Line 2: Destination Name \[Optional] (Max 11 characters, used for fixed-gates only) +- Line 3: Network name \[Optional] (Max 11 characters) - Line 4: Options \[Optional] : - 'A' for always-on fixed gate - 'H' for hidden networked gate