From 6f4211ce7454748a0778a62b2bc781fd68288033 Mon Sep 17 00:00:00 2001 From: Tnze Date: Fri, 26 Jul 2019 11:25:14 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22ca936..23bca65 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Some examples are at `/cmd` folder. # Getting start After you install golang tools: -- Run `go run cmd/ping/ping.go localhost` to ping and list the Miaoscraft mc-server. +- Run `go run cmd/ping/ping.go localhost` to ping and list the localhost mc server. - Run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode. -See `/bot` folder to get more information about how to create your own robot. \ No newline at end of file +See `/bot` folder to get more information about how to create your own robot.