From 31179adbaf4ae32a58dc40f9025ad3cbe35dc21c Mon Sep 17 00:00:00 2001 From: penevl <103186686+penevl@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:17:35 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c78cb17..af51c8e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Once you have downloaded the tool rename the file `.env.example` to `.env`. In t 6. WEB_PORT - The port on which the web server will be served 7. ECHO and FOXTROT - The names of the players in each squad for whom you want to track attendance seperated by commas. Example: ElDuko,Sharp,conner > Note 1. The tracker strips all player tags(i.e [TAS] ElDuko becomes ElDuko) + + > Note 2. This is case sensitive ## Step 4. Running @@ -41,4 +43,4 @@ To run just execute and the app will run until stopped. ```sh node ./index.js -``` \ No newline at end of file +```