Minor edits to README

master
Matteo Suppo 10 years ago
parent 7124b00ce2
commit 0c1b23464f

@ -30,11 +30,11 @@ USAGE
It's a filter, you use it in your html like this:
```<div ng-bind-html="oldText|diff:newText"></div>```
<div ng-bind-html="oldText|diff:newText"></div>
This will show the diff between ```oldText``` and ```newText```
Note that the filter returns html with '''&lt;ins&gt;''' and '''&lt;del&gt;''' tags, so in order to
Note that the filter returns html with ```<ins>``` and ```<del>``` tags, so in order to
display it you have to use ng-bind-html.
Here's a demo, that's worth more than a thousand words: