From fcfdddfbc53e2efa83bca6c42c255244d082c8bf Mon Sep 17 00:00:00 2001 From: Jason Gregori Date: Mon, 16 Dec 2013 12:26:24 -0800 Subject: [PATCH] fixed readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c02ecb9..0323d12 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,6 @@ The FROM clause specifies the root of the query. If the root is an array the qu The WHERE clause allows you to limit the data in the result sets. Supported operators are "==", "!=", ">", "<", ">=", "<=", "&&", "and", "||", "or", "in", "!" and supports parenthesis for orderring. +## Major Contributors ## + +- Jason Gregori