Skip to content

Commit

Permalink
fix mongo driver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbker authored Feb 13, 2024
1 parent fb3a959 commit 392e0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ From here you can use the following function to get a collection from your datab
```kotlin
MongoDB.collection("my-collection")
```
And use the standard features of the Mongo Java Driver with your `MongoCollection`.
And use the standard features of the Mongo Sync Driver with your `MongoCollection`.

**OR** you can use some of our custom features, making communicating with a Mongo database infinitely easier. Here's how you do it:

Expand Down

0 comments on commit 392e0ad

Please sign in to comment.