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