The documentation example is wrong

Should be `minecraft_query` not status_query given the current repo.
This commit is contained in:
Peter Urda
2014-01-27 16:31:29 -08:00
parent a24e563daf
commit 684f2da6bd

View File

@@ -11,7 +11,7 @@ Protocol documention: [http://dinnerbone.com/blog/2011/10/14/minecraft-19-has-rc
Usage Usage
----------- -----------
from status_query import MinecraftQuery from minecraft_query import MinecraftQuery
query = MinecraftQuery("localhost", 25565) query = MinecraftQuery("localhost", 25565)
@@ -23,4 +23,4 @@ Usage
Rights Rights
----------- -----------
Fully open. Go wild. Fully open. Go wild.