From ad7d8cb04ace94ff2d9e255b6dc333950e52da79 Mon Sep 17 00:00:00 2001 From: jsrobson10 Date: Wed, 10 Jul 2019 12:02:36 +1000 Subject: [PATCH] Made some modifications to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 786a7cc..0152096 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ ### Overview -Binary Data Format (or BDF) is designed to store data in a tag-like binary structure, +Binary Data Format (or BDF) is designed to store data in a tree-like binary structure, like Notch's NBT format, but also open source and free like JSON. The format is fast and allows multiple data types, it uses 32-bit integers, so BDF files can 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. +purposes, but it currently can't parse the human readable serialized string to an object. ### Data types