Skip to content

Commit

Permalink
fixed example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 6, 2011
1 parent e82dd00 commit 3a50738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,8 +35,8 @@ Please read [Guard doc](https://github.com/guard/guard#readme) for more info abo

``` ruby
guard 'yeti' do
watch(%r{^public/javascripts/.*\.js}) { |m| "public/javascripts/test/#{m[1]}_test.html" }
watch(%r{^public/javascripts/test/.*\.html})
watch(%r{^public/javascripts/(.*).js}) { |m| "public/javascripts/test/#{m[1]}_test.html" }
watch(%r{^public/javascripts/test/(.*).html})
end
```
## Author
Expand Down

0 comments on commit 3a50738

Please sign in to comment.