README
authoradam <adamansky@gmail.com>
Fri, 14 Dec 2012 17:36:30 +0000 (00:36 +0700)
committeradam <adamansky@gmail.com>
Fri, 14 Dec 2012 17:36:30 +0000 (00:36 +0700)
README.md

index 03b3551..77f953b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -657,7 +657,6 @@ Queries
  *          For case insensitive matching you can create special index of type: `JBIDXISTR`
  *
  *  - Queries can be used to update records:
- *
  *       $set Field set operation.
  *           - {.., '$set' : {'field1' : val1, 'fieldN' : valN}}
  *       $inc Increment operation. Only number types are supported.