aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/mongoose.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-31 13:57:17 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-31 13:57:17 -0700
commit90991da908b0725802db63d9fd8d5b4de1eb21a5 (patch)
treebb1e71bce28124e63944b0a47722ed925aa35687 /docs/guides/ecosystem/mongoose.md
parent404b90badc5856a74c06d04062c850003e28fed5 (diff)
downloadbun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.gz
bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.zst
bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.zip
Update titles, add Workspaces guide
Diffstat (limited to 'docs/guides/ecosystem/mongoose.md')
-rw-r--r--docs/guides/ecosystem/mongoose.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/mongoose.md b/docs/guides/ecosystem/mongoose.md
index 406d2e77e..bfcb957cc 100644
--- a/docs/guides/ecosystem/mongoose.md
+++ b/docs/guides/ecosystem/mongoose.md
@@ -1,5 +1,5 @@
---
-name: Read and write data to MongoDB using Mongoose
+name: Read and write data to MongoDB using Mongoose and Bun
---
MongoDB and Mongoose work out of the box with Bun. This guide assumes you've already installed MongoDB and are running it as background process/service on your development machine. Follow [this guide](https://www.mongodb.com/docs/manual/installation/) for details.