From 8c84925ef7f5c420a7ef52740cba027491e82934 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Mon, 10 Jan 2022 23:37:07 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e72be..27dabfb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ const data = await pingBedrock('mco.mineplex.com', { timeout: 500 }) ``` -> More complex example can be found in the `examples` folder! +> More complex example can be found in the `example` folder! ## Acknowledgements - [mcping](https://github.com/Scetch/mcping) crate for Rust