Skip to content

Commit

Permalink
Fix formatting in the README file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Mar 26, 2012
1 parent e987611 commit 23d8e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Listen.to('path/to/app') do |modified, added, removed|
# This block will be called when there are changes.
end
## or ...
# or ...
listener = Listen::Listener.new('path/to/app') do |modified, added, removed|
# This block will be called when there are changes.
Expand All @@ -140,6 +140,7 @@ listener = Listen.to('dir')
listener.change(&callback) # convert the callback to a block and register it
listener.start # blocks execution
```

### Paths in callbacs

Expand Down

0 comments on commit 23d8e41

Please sign in to comment.