Skip to content

Commit 9b47626

Browse files
committed
Minor edits to README
1 parent 4d0c27d commit 9b47626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ It's a filter, you use it in your html like this:
3232

3333
```<div ng-bind-html="oldText|diff:newText"></div>```
3434

35-
This will show the diff between ```oldText``` and ```newText```
35+
This will show the diff between ```oldText``` and ```newText```
3636

37-
Note that the filter returns html with <ins> and <del> tags, so in order to
38-
display it you have to use ng-bind-html.
37+
Note that the filter returns html with '''<ins>''' and '''<del>''' tags, so in order to
38+
display it you have to use ng-bind-html.
3939

4040
Here's a demo, that's worth more than a thousand words:
4141

0 commit comments

Comments
 (0)