Skip to content

Commit

Permalink
Small clarification in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
schrammc committed Jun 15, 2015
1 parent 1ec1256 commit 3778137
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ The generated value offers three ```Event```s:
The function ```deltaDirWithCallbacks``` gives you an instance of the
datatype ```CallbackWatcher``` that wraps a ```FileWatcher```.

You can add callbacks to instances of that type with:
You can add an arbitrary number callbacks to instances of that type with:

* ```withChangedCallback```
* ```withNewCallback```
* ```withDeletedCallback```

These operations give you back a ```CallbackId``` which lets you delete
callbacks from the ```CallbackWatcher``` using ```unregisterCallback```.

## Command line interface

This cabal package also ships an executable called ```delta-cli``` that currently
Expand Down

0 comments on commit 3778137

Please sign in to comment.