diff --git a/README.md b/README.md index 477fef9..4832f2b 100644 --- a/README.md +++ b/README.md @@ -114,13 +114,10 @@ If `path` is the root `/`, the result is a nested object that contains all paths Numbers within a path are interpreted as an array. -#### `resolver.tree(binaryBlob[, options], callback)` +#### `resolver.tree(binaryBlob, callback)` > returns all the paths available in this block. -Options include: - - level: 0 to n - how many levels deep should the traversal go. - `callback` must have the signature `function (err, result)`, where `err` is an Error if the function fails and `result` is a list of path such as `["/foo", "/bar", "/author/name", ...]`. ### Properties