aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-11 20:52:49 -1100
committermat <git@matdoes.dev>2025-12-12 02:53:08 -0500
commit7c3a5768cda78cb9590aac1e1469d36333cd95ac (patch)
treeacecd4f57831e0fff47a8f96a1a30f6edb8825ed /azalea-protocol/README.md
parentf4a3c53eee7d29bade0c074f402c4a45aa98eca8 (diff)
downloadazalea-drasl-7c3a5768cda78cb9590aac1e1469d36333cd95ac.tar.xz
polish readmes
Diffstat (limited to 'azalea-protocol/README.md')
-rw-r--r--azalea-protocol/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 8c41daa1..1cadc3b4 100644
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -1,5 +1,7 @@
-# Azalea Protocol
+# `azalea-protocol`
-A low-level crate to send and receive Minecraft packets. If you intend on making bots, you should use the main `azalea` crate instead.
+A low-level crate for sending and receiving Minecraft packets.
Only the latest Minecraft version is supported.
+
+See [`crate::connect::Connection`] for usage.