Fixed Readme Flow Typo

This commit is contained in:
2025-04-09 13:39:43 -04:00
parent a8755bd3de
commit 85d41c0239

View File

@@ -25,8 +25,8 @@ The server architecture consists of the following microservices:
## Communication Flow ## Communication Flow
1. **Client → Launcher**: User launches the game via the launcher 1. **Launcher → Client**: User launches the game via the launcher
2. **Launcher → Packet Service**: Game client connects to the packet service 2. **Client → Packet Service**: Game client connects to the packet service
3. **Packet Service → Auth Service**: Validates user session 3. **Packet Service → Auth Service**: Validates user session
4. **Packet Service → Character Service**: Retrieves character data 4. **Packet Service → Character Service**: Retrieves character data
5. **Packet Service → World Service**: Manages game world interactions 5. **Packet Service → World Service**: Manages game world interactions