[server] Improve readability of project description
This commit is contained in:
parent
7709fc92a9
commit
d5d0fccdaf
3 changed files with 81 additions and 43 deletions
|
|
@ -58,4 +58,4 @@ serverApp pingDelay constructor pendingConnection = do
|
|||
constructor (writeChan chan) $ receivePackets conn
|
||||
_ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet"
|
||||
where
|
||||
initialNode = emptyNode "" "Loading ..."
|
||||
initialNode = txtNode "" "Loading ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue