From 684f2da6bdd48d028a23aff0cc2a22396ea1c66b Mon Sep 17 00:00:00 2001 From: Peter Urda Date: Mon, 27 Jan 2014 16:31:29 -0800 Subject: [PATCH] The documentation example is wrong Should be `minecraft_query` not status_query given the current repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e65d032..0b95af0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Protocol documention: [http://dinnerbone.com/blog/2011/10/14/minecraft-19-has-rc Usage ----------- - from status_query import MinecraftQuery + from minecraft_query import MinecraftQuery query = MinecraftQuery("localhost", 25565) @@ -23,4 +23,4 @@ Usage Rights ----------- -Fully open. Go wild. \ No newline at end of file +Fully open. Go wild.