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