aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--azalea-nbt/README.md3
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 66f462df..5e1e4ecc 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
# Azalea
-A Minecraft botting library in Rust.
-I named this Azalea because it sounds like a cool word and this is a cool library.
-This project was heavily inspired by PrismarineJS.
+A Minecraft botting library in Rust. I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS.
## Goals
- Bypass all anticheats
- Only support the latest Minecraft version
- Do everything a vanilla client can do
-
-
+- Be fast
+- Be easy to use
diff --git a/azalea-nbt/README.md b/azalea-nbt/README.md
index 448c306b..0573bce2 100644
--- a/azalea-nbt/README.md
+++ b/azalea-nbt/README.md
@@ -1,3 +1,6 @@
+# Azalea NBT
+
Deserialize Minecraft NBT. This is somewhat based on [Hermatite NBT](https://github.com/PistonDevelopers/hematite_nbt).
+