From 337a833838329e68d650015304976df94a950840 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 12 May 2024 00:59:37 +0300 Subject: [PATCH] wow commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 750d63a..9b5190b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ minecraft packets protocol in pure rust \ supports compression (`MinecraftConnection::set_compression`) \ all types of packets you can find on [wiki.vg](https://wiki.vg/) \ -[![on crates]](https://crates.io/crates/rust_mc_proto) -[![on github]](https://github.com/MeexReay/rust_mc_proto) +[on crates](https://crates.io/crates/rust_mc_proto) +[on github](https://github.com/MeexReay/rust_mc_proto) ## how to use it