README.md minor
authoradam <adamansky@gmail.com>
Mon, 19 Aug 2013 10:28:29 +0000 (17:28 +0700)
committeradam <adamansky@gmail.com>
Mon, 19 Aug 2013 10:28:29 +0000 (17:28 +0700)
README.md

index be1f38d..6ef93f8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ Queries
  *          Example: {z : 33, $and : [ {$or : [{a : 1}, {b : 2}]}, {$or : [{c : 5}, {d : 7}]} ] }
  *
  *      - Mongodb $(projection) operator supported. (http://docs.mongodb.org/manual/reference/projection/positional/#proj._S_)
- *             - Mongodb positional $ update operator supported. (http://docs.mongodb.org/manual/reference/operator/positional/)
+ *      - Mongodb positional $ update operator supported. (http://docs.mongodb.org/manual/reference/operator/positional/)
  *
  *
  *  - Queries can be used to update records: