Skip to content

Commit 4eec33a

Browse files
author
Gabriel Montalvo
committed
Fixes gamontal#1
1 parent 41b4722 commit 4eec33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ query| restrict results by the specified JSON query | `String` | No |
9393
resultCount| return the result count for this query | `Boolean` | No |
9494
setOfFields| specify the set of fields to include or exclude in each document (1 - include; 0 - exclude) | `Object` | No |
9595
findOne| return a single document from the result set (same as findOne() using the mongo shell) | `Boolean` | No |
96-
sortOrder| specify the order in which to sort each specified field (1- ascending; -1 - descending) | `Object` | No |
96+
sortOrder| specify the order in which to sort each specified field (1- ascending; -1 - descending) | `String` | No |
9797
skipResults| number of documents to skip | `Number` | No |
9898
limit| number of documents to return | `Number` | No |
9999

0 commit comments

Comments
 (0)