diff --git a/README.md b/README.md index 50c28ab..1f5671d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,17 @@ export const User = defineMongooseModel({ }) ``` +### useMongoose + +This composable returns the Mongoose DB instance. Example usage: + +```vue + +``` + ## License [MIT License](./LICENSE)