From d29824798b9793d28afd01ceb9cbc0c56a0d192f Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 11 May 2025 16:52:07 +0300 Subject: [PATCH] update readme crate adding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbacb1e..db061fb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can use the project as a library in your servers Example of adding in `Cargo.toml`: ```toml -rust_mc_serv = { git = "https://github.com/MeexReay/rust_mc_serv.git" } +rust_mc_serv = { git = "https://git.meex.lol/MeexReay/rust_mc_serv.git" } ``` Example of running a server: