From 9b4762640ef760f5d2f370eaa423e52d978ec1e6 Mon Sep 17 00:00:00 2001 From: Matteo Suppo Date: Mon, 23 Jun 2014 10:54:42 +0200 Subject: [PATCH] Minor edits to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 610d5ff..d045ccf 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ It's a filter, you use it in your html like this: ```
``` - This will show the diff between ```oldText``` and ```newText``` +This will show the diff between ```oldText``` and ```newText``` - Note that the filter returns html with and tags, so in order to - display it you have to use ng-bind-html. +Note that the filter returns html with '''''' and '''''' 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: