From 21e27c8a97386b544eb8df3453ef93c0aa8b2a1a Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 8 Jan 2024 15:39:23 +0100 Subject: [PATCH] Fix markdown (#107) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb1ac2..80fa41e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ At the beginning of the file there are the following magic bytes (file signature >u8 packetType = 1 // 1:Header >u32 headerLength = 38 // Total length of header entry >u8 Version // Stream file version (starting from 1) ->u64 SystemID // E.g.: ChainID +>u64 SystemID // E.g.: ChainID >u64 streamType // 1:Sequencer >u64 TotalLength // Total bytes used in the file >u64 TotalEntries // Total number of data entries