diff --git a/README.md b/README.md index 7ee9a3f..7fbc938 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,6 @@ Features: ## How to use -For reference: -```rust -pub type MCConn = MinecraftConnection; -pub type MCConnTcp = MinecraftConnection; -``` - Example of receiving motd: ```rust @@ -42,7 +36,8 @@ fn main() -> Result<(), ProtocolError> { } ``` -[More examples](https://github.com/MeexReay/rust_mc_proto/tree/main/examples) +[More examples](https://github.com/MeexReay/rust_mc_proto/tree/main/examples) \ +[Documentation](https://docs.rs/rust_mc_proto/) ### Contributing