From f71dff8564d6e055a1de7b0ea668af86b411f89e Mon Sep 17 00:00:00 2001 From: jsrobson10 Date: Tue, 9 Jul 2019 22:02:35 +1000 Subject: [PATCH] Modified README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6713a6e..22e1f67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Binary Data Format -### Overview: +### Links + +- Overview + +### Overview Binary Data Format (or BDF) is designed to store data in a tag-like binary structure, like Notch's NBT format, but also open source and free like JSON. The format is @@ -9,7 +13,7 @@ be fast and work well on 32-bit systems, but have a maximum size of 2 GB. BDF allows human readable serialization to see what is going on for debugging purposes, but it currently can't parse the result to an object. -### Datatypes: +### Datatypes - Boolean - Integer