From 75da769c25c76c1c738c9d701cf0c723179c07df Mon Sep 17 00:00:00 2001 From: Tnze <19628575+Tnze@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed9582d..7717ab35 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ To get the first of each primary version: `go get github.com/Tnze/go-mc@v1.19.0` ### Run Examples -- Run `go run github.com/Tnze/go-mc/cmd/mcping localhost` to ping and list the localhost mc server. -- Run `go run github.com/Tnze/go-mc/cmd/daze` to join the local server at *localhost:25565* as player named Daze on the offline mode. +- Run `go run github.com/Tnze/go-mc/examples/mcping localhost` to ping and list the localhost mc server. +- Run `go run github.com/Tnze/go-mc/examples/daze` to join the local server at *localhost:25565* as player named Daze on the offline mode.