From 544caeecdbb2c4222c77b83bf5a49cfbf3a124e6 Mon Sep 17 00:00:00 2001 From: Braydon Date: Thu, 6 May 2021 13:55:28 -0400 Subject: [PATCH] [18.5k Lines] Fixed a typo in the README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e05bd76..37f9ac0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Project Structure - **Commons**: Commons is common libraries and/or utilities that are shared across the network. -g - **ServerData**: This branch of the project controls the database backend for both Redis and MySQL. All modules that use Redis or MySQL must have this as a dependency. - **ServerController**: This will dynamically start and stop servers on demand. - **Proxy**: The proxy will handle server balancing and player caching.