From 6d343066a0916546b32cb6ae14f94da3a63bb9bd Mon Sep 17 00:00:00 2001 From: devin Date: Thu, 9 Jul 2026 22:15:46 -0400 Subject: [PATCH] Fix wording on scalability in README Corrected phrasing for scalability description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f65f2..b66ffcb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There are already so many multiplayer clones, why? # Infrastructure -RecFlare uses a true microservice architecture which, near infinitely scalable +RecFlare uses a true microservice architecture which is infinitely scalable and could support the same number of concurrent users as the original game. It will never run out of CPU, memory, or disk space.