aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-20 13:36:20 -0600
committermat <github@matdoes.dev>2021-12-20 13:36:20 -0600
commitcf88c7b7956398eba2e0d6ed86dbf3268fdb512b (patch)
tree7fff05f55d285c1a219072f00672f4df4b2402e0
parentb91b579bef9695939e9bce58b64463d9debc7b71 (diff)
downloadazalea-drasl-cf88c7b7956398eba2e0d6ed86dbf3268fdb512b.tar.xz
add some things to readmes
-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).
+