From a4df91d73f1c342e1215ad949de33e2a24b316f8 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Tue, 12 Nov 2024 01:02:20 +0300 Subject: [PATCH] readme update --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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