diff --git a/NBT-stream-API.md b/NBT-stream-API.md index 28aedc9..de00564 100644 --- a/NBT-stream-API.md +++ b/NBT-stream-API.md @@ -1,6 +1,6 @@ -With FAWE you can stream a schematic, or any NBT stream without having to store the whole thing into memory. +With FAWE you can stream a schematic, or any NBT without having to store the whole thing into memory. - You have to do this if a file is too large to fit in memory - - Or if you just want to obtain some information from the stream + - If you just want to obtain some information from the stream ```Java // Let's stream some info from a schematic file without having to load the whole thing into memory @@ -42,4 +42,6 @@ streamer.addReader("Schematic.Blocks.?", new NBTStreamer.NBTStreamReader