From 5ec4e01b97c1436bd1a595f3f342dd306543f1ca Mon Sep 17 00:00:00 2001 From: Rain <51454971+RainOrigami@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:23:34 +0200 Subject: [PATCH] Update README.md cringe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f945a..2e105af 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Configure the runner in the `appsettings.json`: { "IP": "127.0.0.1", "Port": 29595, - "ModulePath": "./modules", + "ModulesPath": "./modules", "Modules": [ "C:\\path\\to\\specific\\ModuleFile.cs" ], "DependencyPath": "./dependencies", "ConfigurationPath": "./configurations",