mongoose 8.18.3 → 8.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,10 +42,32 @@ View all 400+ [contributors](https://github.com/Automattic/mongoose/graphs/contr
42
42
 
43
43
  First install [Node.js](http://nodejs.org/) and [MongoDB](https://www.mongodb.org/downloads). Then:
44
44
 
45
+ Then install the `mongoose` package using your preferred package manager:
46
+
47
+ ### Using npm
48
+
45
49
  ```sh
46
50
  npm install mongoose
47
51
  ```
48
52
 
53
+ ### Using pnpm
54
+
55
+ ```sh
56
+ pnpm add mongoose
57
+ ```
58
+
59
+ ### Using Yarn
60
+
61
+ ```sh
62
+ yarn add mongoose
63
+ ```
64
+
65
+ ### Using Bun
66
+
67
+ ```sh
68
+ bun add mongoose
69
+ ```
70
+
49
71
  Mongoose 6.8.0 also includes alpha support for [Deno](https://deno.land/).
50
72
 
51
73
  ## Importing