From 1431a301d23ce1f58af0e0f1e7585b5ab5db38a9 Mon Sep 17 00:00:00 2001 From: ForeverZer0 Date: Wed, 25 Aug 2021 18:03:08 -0400 Subject: [PATCH] Fixed grammar, added wiki link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e502a5..c5be4e7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ A CLS-compliant implementation of the Named Binary Tag (NBT) specifications (Jav ## Usage +Please see [the wiki](https://github.com/ForeverZer0/SharpNBT/wiki) for more detailed explanations. Feel free to improve it by contributing! + ### Reading At its simplest, reading an NBT document is one-liner: @@ -120,4 +122,4 @@ Everyone interacting in the SharpNBT project’s codebases, issue trackers, chat ## Special Thanks -This project would not be possible without all the contributors to the https://wiki.vg/ and its maintainers, who have created an invaluable source of information for developers for everything related to the game of Minecraft. +This project would not be possible without all the contributors to the https://wiki.vg/ site and its maintainers, who have created an invaluable source of information for developers for everything related to the game of Minecraft.