Skip to content

Commit a9d5424

Browse files
authored
Merge pull request #11 from edmocosta/fix/readme-mongo [skip ci]
Fixing README
2 parents 944b971 + 3db1922 commit a9d5424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MongoCollection<Document> collection = ....;
7878

7979
//The parseAndFind method will parse the query and return a MongoDB FindIterable. you can also use the parseAndApply method
8080
//to set the parameters on an existing FindIterable object.
81-
FindIterable<Document> result = parser.parseAndFind(collection, collection, query, context);
81+
FindIterable<Document> result = parser.parseAndFind(collection, query, context);
8282

8383
```
8484

0 commit comments

Comments
 (0)