Skip to content

Commit

Permalink
Merge pull request #5 from c089/patch-1
Browse files Browse the repository at this point in the history
Fix rendering of nested bullet points in README.md
  • Loading branch information
bruderstein committed Feb 24, 2018
2 parents edea54e + 22533ab commit 7ec5af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -309,8 +309,8 @@ for information on the parameters.
* `found` - (boolean) - true if a match was found
* `bestMatch` - (object) - if `found` is false, `bestMatch` contains the best located match, and is the same result as the `diff` function.
That is to say that `bestMatch` has the following properties:
** `weight` - (number) the weight of the diff - larger numbers indicate a bigger difference (see the description of `diff` above)
** `diff` - the internal diff representation that you can pass to `render()` to output the actual output
* `weight` - (number) the weight of the diff - larger numbers indicate a bigger difference (see the description of `diff` above)
* `diff` - the internal diff representation that you can pass to `render()` to output the actual output
* `bestMatchItem` - this is the element in whatever form the `actual` value takes that matched the best. This could be useful to identify the actual
node that matched the best, and is provided only for convenience.

Expand Down

0 comments on commit 7ec5af2

Please sign in to comment.