From c1efb4d1acfe1d897f886fee0b8240b216bc90e9 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 12 May 2024 00:59:13 +0300 Subject: [PATCH] readme update & --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b29c3..750d63a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # rust_mc_proto minecraft packets protocol in pure rust \ supports compression (`MinecraftConnection::set_compression`) \ -all types of packets you can find on [wiki.vg](https://wiki.vg/) +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) ## how to use it