From 618876e165090ff39d3cd3488fdec7ad77e37834 Mon Sep 17 00:00:00 2001 From: kbsanders Date: Wed, 22 Jan 2014 23:47:42 -0500 Subject: [PATCH] Update Readme.md Incorrect description for union search output. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8da9270..90fbda1 100644 --- a/Readme.md +++ b/Readme.md @@ -42,7 +42,7 @@ search }); ``` - By default reds performs an intersection of the search words, the previous example would yield the following output: + By default reds performs an intersection of the search words. The previous example would yield the following output since only one string contains both "Tobi" _and_ "dollars": ``` Search results for "Tobi dollars": @@ -64,7 +64,7 @@ search }, 'or'); ``` - The intersection would yield the following since only one string contains both "Tobi" _and_ "dollars". + The union search would yield the following since three strings contain either "Tobi" _or_ "dollars": ``` Search results for "tobi dollars":