aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/README.md')
-rwxr-xr-xazalea-protocol/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 3f0ea40e..e1923c9e 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -21,6 +21,6 @@ Adding new packets is usually pretty easy, but you'll want to have Minecraft's d
### Implementing packets
-You can manually implement reading and writing functionality for a packet by implementing McBufReadable and McBufWritable, but you can also have this automatically generated for a struct or enum by deriving McBuf.
+You can manually implement reading and writing functionality for a packet by implementing AzaleaRead and AzaleaWrite, but you can also have this automatically generated for a struct or enum by deriving AzBuf.
Look at other packets as an example.