Update readme

This commit is contained in:
Eden Kirin
2023-03-25 16:33:49 +01:00
parent f8506a66ba
commit 8971c64713

View File

@ -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"