From 85d41c02391e99f6d07464d90a9fa552f7067318cd4d8da7a83d9e74f2be5e9c Mon Sep 17 00:00:00 2001 From: raven <7156279+RavenX8@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:39:43 -0400 Subject: [PATCH] Fixed Readme Flow Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe0df58..bb77ba1 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ The server architecture consists of the following microservices: ## Communication Flow -1. **Client → Launcher**: User launches the game via the launcher -2. **Launcher → Packet Service**: Game client connects to the packet service +1. **Launcher → Client**: User launches the game via the launcher +2. **Client → Packet Service**: Game client connects to the packet service 3. **Packet Service → Auth Service**: Validates user session 4. **Packet Service → Character Service**: Retrieves character data 5. **Packet Service → World Service**: Manages game world interactions