Skip to content

Commit 5e4b3da

Browse files
fix README
1 parent 34d48df commit 5e4b3da

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
@@ -41,7 +41,7 @@ When you whish to integrate the mongodb-healthchecker library with the [fastify]
4141

4242
[Keep in mind there's an open issue on fastify integration](https://github.com/mia-platform/mongodb-healthchecker/issues/1) that may impact services using `isReady` due to fastify delay in plugin registration.
4343

44-
The suggested way to integrate the library with `fastify right now is to just use the `isUp` function, see below:
44+
The suggested way to integrate the library with fastify right now is to just use the `isUp` function, see below:
4545

4646
```javascript
4747
const fastifyMongodb = require('fastify-mongodb')

0 commit comments

Comments
 (0)