about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 06dade2..588319b 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,7 @@ that then gets appended to it.
 The header is **little endian**
 
 #### File Header Structure
-HEADER_LENGTH = 28 + MAGIC_ID length (so 32)
-MAGIC_ID: bytes making up ascii "LELR"
-long: protobuf message length + HEADER_LENGTH
-long: HEADER_LENGTH
-int: message length
-byte: type (passed to constructor with message)
-reserved: 7 bytes
-encoded protobuf message
-
-The header is 32 bytes long. and goes as follows:
+The header is 32 bytes long. and goes as follows:  
 | bytes | meaning |
 | ----- | ------- |
 | 4     | Magic Number: "LELR" |