Skip to content

Commit c7850c4

Browse files
authored
Merge pull request #201 from philnach/editdocs
Update README.md
2 parents 2113c69 + e17d42b commit c7850c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Extensions/Mongo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Direct JSON query:
3434
```json
3535
{
3636
"ConnectionString": "mongodb://localhost:27017",
37-
"DatabaseName": "mydb",
38-
"Collection": "vertex-txn-archive",
37+
"DatabaseName": "sales",
38+
"Collection": "person",
3939
"Query": "{\"timestamp\":{\"$gte\":\"2025-01-01\",\"$lt\":\"2025-02-01\"}}"
4040
}
4141
```
@@ -44,8 +44,8 @@ Query from file:
4444
```json
4545
{
4646
"ConnectionString": "mongodb://localhost:27017",
47-
"DatabaseName": "mydb",
48-
"Collection": "vertex-txn-archive",
47+
"DatabaseName": "sales",
48+
"Collection": "person",
4949
"Query": "/path/to/query.json"
5050
}
5151
```

0 commit comments

Comments
 (0)