From 1d4c5c2fd97da1bbeb75972678c8c43d891df235 Mon Sep 17 00:00:00 2001 From: anonymous-org-za Date: Mon, 8 Jul 2024 04:34:34 -0500 Subject: [PATCH] docs: fixes typo with italics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1c1de..25cce27 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To run this project, you will need to add the following environment variables to `PORT` *The port that the server will run on. Usually no need to change this. If you do change this and are using Docker, change your port, such as `-p 9000:9000` Default is: 8000* -`SWITCH_UID` *The specific switch UID which you want to lock the server to. The server will not accept any requests from any other switch, even if the username and password is correct. Usually not needed. This is left blank by default. You can get this from looking at the logs. Make sure not to set this on first creation, so you can get your UID. +`SWITCH_UID` *The specific switch UID which you want to lock the server to. The server will not accept any requests from any other switch, even if the username and password is correct. Usually not needed. This is left blank by default. You can get this from looking at the logs. Make sure not to set this on first creation, so you can get your UID.*