From b1b92211a7d382525f765bc05bfade481654c785 Mon Sep 17 00:00:00 2001 From: Alex Sherwin Date: Sun, 12 Oct 2014 10:52:20 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a011dfe..7b4b476 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ $scope.books = [ ``` ###fuzzyBy -fuzzy string searching(approximate string matching) by property(nested to). [Ream more](http://en.wikipedia.org/wiki/Approximate_string_matching)
+fuzzy string searching(approximate string matching) by property(nested to). [Read more](http://en.wikipedia.org/wiki/Approximate_string_matching)
usage: ```collection | fuzzyBy: 'property': search: caseSensitive[optional]``` ```js $scope.books = [