diff --git a/WebSocketLibCommuncationStandard.md b/WebSocketLibCommuncationStandard.md index 30aa5e3..6b6268d 100644 --- a/WebSocketLibCommuncationStandard.md +++ b/WebSocketLibCommuncationStandard.md @@ -24,7 +24,7 @@ Once you're connected to the WebSocket server it is very important you immediate ## Message Encoding/Decoding -Messages are encoded as stringified JSON. Each message **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication. +Messages are encoded as stringified JSON and **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication. ## Message type `NORMAL`