From 36f5668174111d3066499845e927521d41f202b2 Mon Sep 17 00:00:00 2001 From: purplescorpion1 <147272307+purplescorpion1@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:13:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8270e57..235a777 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Open the script in notepad++ Change port number to what you want ``` const serverRoot = 'C:/folder/folder'; // Set the path to your server root directory ```
-Change C:/foler/folder
+Change C:/folder/folder
To where the script is running containing all your m3u files ``` const expectedUsername = 'username'; // Set your desired username ```