From aca85ce4d86ca1541a7ecb11134fce69aaafde0a Mon Sep 17 00:00:00 2001 From: "derek.holloway" Date: Thu, 12 Mar 2026 10:35:55 -0700 Subject: [PATCH] Minor fixes --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 46147d5f..54e8ffec 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,7 @@ Overview of the directories └── WebServer # The ASP.NET Core 9 Webserver ├── AIPython # All the AI files written in python [Copied to the docker container via the C# compiler] ├── Components # HTML pages written in .razor pages - ├── Controllers # Python Interop Controllers and Database Controlelrs + ├── Controllers # Python Interop Controllers and Database Controller ├── Properties # ASP.Net Properties files └── wwwroot # Statically hosted Web Files ``` @@ -41,4 +41,4 @@ docker compose up -d ## Usage -Navigate to [Localhost:5000](http://localhost:5000). \ No newline at end of file +Navigate to [localhost:5000](http://127.0.0.1:5000). \ No newline at end of file