From 167ce504dfe4fb6b76d50a5b5919cdb7eb7b6ed8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Aug 2021 02:48:45 +1000 Subject: [PATCH] Updated microservices (markdown) --- microservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices.md b/microservices.md index b5107fd..55a9a21 100644 --- a/microservices.md +++ b/microservices.md @@ -20,5 +20,5 @@ The auth-server is probably the only required microservice. It provides the sign ## Chat-Server -The chat server provides game-wide room-based chat between users. It requires a valid tokens from the auth-server, otherwise it works pretty simply - it records the chat between all rooms. +The chat server provides game-wide room-based chat between users. It requires a valid token from the auth-server, otherwise it works pretty simply - it records the chat between all rooms.