From 0adb3326952445586893e5ba8a6ebfd235297d7f Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Mon, 22 Jul 2013 17:59:17 -0400 Subject: [PATCH] Removed Markdown formatting to make link --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index c059a98..363af1d 100644 --- a/README +++ b/README @@ -13,4 +13,6 @@ completable values for any facet. You can retrieve the search query as a structured object, so you don't have to parse the query string yourself. For documentation, pre-packed downloads, demos, and tests, see: -http://documentcloud.github.com/visualsearch \ No newline at end of file +http://documentcloud.github.com/visualsearch + +Check out Search.js (http://github.com/hirokiosame/search.js), a fork of VisualSearch.js that provides support for dynamic operators, HTML5 input types(numbers and dates), and JSON output for flexible data interchange.