From 8971c64713ce1c99a84734971c872c09d7146f30 Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Sat, 25 Mar 2023 16:33:49 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 706acae..14fc2a9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ actor "Player 2" as P2 actor "Player 3" as P3 package Masterpiece { - usecase Game as "FairHopper Game Server" + usecase Game as "FairHopper\nGame Server" usecase WS as "WS Server" usecase Vis as "Visualisation\nService" } @@ -97,7 +97,7 @@ WS --> Vis: WebSockets ### WebSockets ```plantuml - participant Game as "FairHopper Game Server" + participant Game as "FairHopper\nGame Server" participant WS as "WS Server" participant Client1 as "Visualisation\nClient 1" participant Client2 as "Visualisation\nClient 2"