We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae288 commit a24dce3Copy full SHA for a24dce3
README.md
@@ -44,28 +44,30 @@ First install [Node.js](http://nodejs.org/) and [MongoDB](https://www.mongodb.or
44
45
Then install the `mongoose` package using your preferred package manager:
46
47
-### Using npm
+### Using npm
48
49
```sh
50
npm install mongoose
51
```
52
+
53
### Using pnpm
54
55
56
pnpm add mongoose
57
58
59
### Using Yarn
60
61
62
yarn add mongoose
63
64
65
### Using Bun
66
67
68
bun add mongoose
69
70
-
71
Mongoose 6.8.0 also includes alpha support for [Deno](https://deno.land/).
72
73
## Importing
0 commit comments