From 8f0144cbe94fdf2901b42496054fef17407e9aea Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 27 Aug 2019 13:38:09 +0200 Subject: [PATCH] Update x8.md --- x8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x8.md b/x8.md index 010b569..da655fe 100644 --- a/x8.md +++ b/x8.md @@ -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