diff --git a/deliverables/Communication Protocol.md b/deliverables/Communication Protocol.md index 541b6a0..45279cf 100644 --- a/deliverables/Communication Protocol.md +++ b/deliverables/Communication Protocol.md @@ -161,7 +161,7 @@ Example of a possible error message after a buy card actions: -## Messages Table +## Message Tables | Source | Message Type | payload content | description | :----: | :----: | :----: | :----: | @@ -285,7 +285,7 @@ For example: ``` If you have trouble finding the right object you can simply call the ` getPayload() ` method to view -a JSON representation of the received Object or look at [Messages Table](#Messages-Table) documentation. +a JSON representation of the received Object or look at [Message Tables](#Message-Tables) documentation. #### Sending a message: Client -> Server