Skip to content

Commit

Permalink
Just fixed some README grammar issues I saw, nothing much besides that.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyso committed May 20, 2012
1 parent e63762c commit 091d35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -33,7 +33,7 @@ Using plugins
1. Stick the plugin.pyp in your bukkit/plugins/ dir
2. [Re-]Start bukkit

writing plugins
Writing plugins
===============

Writing plugins with PythonLoader is fairly easy. There are two apis, both
Expand Down Expand Up @@ -101,9 +101,9 @@ your main.py:

@hook.command
def example(sender, command, label, args):
sender.sendMessage("you just used comand /example!")
sender.sendMessage("you just used command /example!")

See the "Sample plugin using decorator api" section for a more detailed example
See the "Sample plugin using decorator api" section for a more detailed example.


API Details
Expand Down

0 comments on commit 091d35f

Please sign in to comment.