Skip to content

Commit

Permalink
Didn't finish updating the section correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
spadin committed Mar 13, 2012
1 parent 54ae028 commit a49181b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -791,14 +791,14 @@ Your Guard main class `Guard::Yoyo` in `lib/guard/guard-yoyo.rb` must inherit fr
[Guard::Guard](http://rubydoc.info/github/guard/guard/master/Guard/Guard) and should overwrite at least the
`#run_on_change` task methods.

Here is an example scaffold for `lib/guard/name.rb`:
Here is an example scaffold for `lib/guard/yoyo.rb`:

```ruby
require 'guard'
require 'guard/guard'

module Guard
class GuardName < Guard
class Yoyo < Guard

# Initialize a Guard.
# @param [Array<Guard::Watcher>] watchers the Guard file watchers
Expand Down

0 comments on commit a49181b

Please sign in to comment.