Skip to content

Commit

Permalink
Update documentation to cover unuse.
Browse files Browse the repository at this point in the history
  • Loading branch information
totherik committed Feb 27, 2014
1 parent 23e4a44 commit 2fd2933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resolver.resolve(json, function (err, data) {
* `parent` (*Object*, optional) - An optional shortstop resolver. Returns a resolver instance.


### resolver.use(protocol, handler)
### resolver.use(protocol, handler);

* `protocol` (*String*) - The protocol used to identify a property to be processed, e.g. "file"
* `handler` (*Function*) - The implementation of the given protocol with signature `function (value, [callback])`
Expand Down

0 comments on commit 2fd2933

Please sign in to comment.