From ff2a5758337b964c497a3e58b1f7d913b4ed0e69 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 12 May 2024 00:56:34 +0300 Subject: [PATCH] im an idiot (readme update) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f77156..01b29c3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # rust_mc_proto -minecraft packets protocol in pure rust -supports compression (`MinecraftConnection::set_compression`) - +minecraft packets protocol in pure rust \ +supports compression (`MinecraftConnection::set_compression`) \ all types of packets you can find on [wiki.vg](https://wiki.vg/) - ## how to use it for reference: