From ddc5e2aa175428351fd82853ef2d85ea05a4d8dc Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 4 Sep 2026 15:27:20 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2ea05..f909e70 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ fun main() { // context is not required, if not passed, default context will be used // ping java server val response: PingResponse = - mcping(host = "org.mc-complex.com", port = 25565, type = ServerType.Java, context = PingContext(sm)) + mcping(host = "org.mc-complex.com", port = 25565, type = ServerType.Java, context = LibMCContext(sm)) println(response.content) println(response.latency)