From 3cf0c8d6135756277041d5a402e6a7f5fbfd1665 Mon Sep 17 00:00:00 2001 From: Harpreet Singh Date: Thu, 23 Jul 2015 09:27:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5e77a..4419940 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ npm install json_query # How to Use? Since the code is same as [Dojox/Json/Query] (https://github.com/maqetta/dojox/blob/master/json/query.js). Its usability is also same. -**Example: ** +**Example:** ```js var jsonQuery = require('../query')();