aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-client/README.md2
-rwxr-xr-xazalea-protocol/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/README.md b/azalea-client/README.md
index 328eb0d5..dd42a6a4 100755
--- a/azalea-client/README.md
+++ b/azalea-client/README.md
@@ -1,3 +1,3 @@
# Azalea Client
-A lower level Minecraft bot library.
+A library that can mimic everything a normal Minecraft client can do. If you want to make a bot, you should use `azalea` instead since it contains utilities for that.
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 6063ed39..90ea72e5 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -1,3 +1,3 @@
# Azalea Protocol
-Sent and receive Minecraft packets.
+Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead.