Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
totherik committed Feb 27, 2014
1 parent 715e004 commit 04e23a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ function resolve(value) {
var resolver, unuse, json;
resolver = shortstop.create();
unuse = resolver.use('path', resolve);

json = {
"key": "path:foo/baz.key"
}
json = { "key": "path:foo/baz.key" };

resolver.resolve(json, function (err, data) {
console.log(data);
Expand Down

0 comments on commit 04e23a7

Please sign in to comment.