Skip to content

Commit

Permalink
The documentation example is wrong
Browse files Browse the repository at this point in the history
Should be `minecraft_query` not status_query given the current repo.
  • Loading branch information
urda committed Jan 28, 2014
1 parent a24e563 commit 684f2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)

Expand All @@ -23,4 +23,4 @@ Usage

Rights
-----------
Fully open. Go wild.
Fully open. Go wild.

0 comments on commit 684f2da

Please sign in to comment.