Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza authored Sep 8, 2024
1 parent e9a293f commit a4d4019
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 @@ -6,7 +6,7 @@

- [`mongodb`](#usage-with-mongodb) driver support.
- [`mongoose`](#usage-with-mongoose) support.
- ...other ORMs: Pull Requests are welcome! You can also connect to the mongodb memory server directly with `inject("MONGO_URI")`
- ...other ORMs: Pull Requests are welcome! You can also connect to the mongodb memory server directly by using a connection uri `const connectionUri = inject("MONGO_URI");`

## Installation

Expand Down

0 comments on commit a4d4019

Please sign in to comment.