From f99fdd590efc85b4e74b033c9e109e62772ae230 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 7 Apr 2014 03:57:30 +0800 Subject: [PATCH] Fix typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63e288..ed124cc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ var options = {keywords: ['from', 'to', 'subject'], ranges: ['date']} var searchQueryObj = searchQuery.parse(query, options); // searchQueryObj.from is now ['hi@retrace.io', 'foo@gmail.com'] -// searchQueryObj.top is now 'me' +// searchQueryObj.to is now 'me' // searchQueryObj.date is now {from: '1/10/2013', to: '15/04/2014'} // searchQueryObj.text is now 'photos' ```