Update x8.md

This commit is contained in:
Dean Eigenmann 2019-08-27 13:38:09 +02:00 committed by Oskar Thoren
parent 4e9a44a3e0
commit 8f0144cbe9
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 2 deletions

4
x8.md
View File

@ -32,7 +32,7 @@ If a signature is not present but an author is provided by a layer below, the me
# Encoding
The payload is encoded using [Transit format](https://github.com/cognitect/transit-format). It is a text-based format so even encoded version is easily readable by humans. Transit was chosen over JSON in order to reduce the bandwidth.
The payload is encoded using [Transit format](https://github.com/cognitect/transit-format). Transit was chosen over JSON in order to reduce the bandwidth.
Example of a valid encoded payload:
@ -48,7 +48,7 @@ For more details regarding serialization and deserialization please consult [tra
# Message types
- [Message](##Message)
- [Message](#message)
## Message