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 +```