Made some modifications to the README

This commit is contained in:
jsrobson10 2019-07-10 12:02:36 +10:00
parent f01696328b
commit ad7d8cb04a
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
### Overview ### 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 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 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. 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 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 ### Data types