Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 17, 2012
1 parent 4d289ac commit 74304ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -116,8 +116,8 @@ Now for pros thor has over boson. Thor

* Change your requires and subclass from Boson::Runner instead of Thor.
* Delete the first argument from `desc`. Usage is automatically created in boson.
* Rename `method\_option` to `option`
* `class\_option` doesn't exist yet but you can emulate it for now by defining
* Rename `method_option` to `option`
* `class_option` doesn't exist yet but you can emulate it for now by defining
your class option in a class method and then calling your class method before
every command. See [vimdb](http://github.com/cldwalker/vimdb) for an example.

Expand Down

0 comments on commit 74304ba

Please sign in to comment.