Skip to content

Commit a24dce3

Browse files
committed
fix lint
1 parent b2ae288 commit a24dce3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,30 @@ First install [Node.js](http://nodejs.org/) and [MongoDB](https://www.mongodb.or
4444

4545
Then install the `mongoose` package using your preferred package manager:
4646

47-
### Using npm
47+
### Using npm
4848

4949
```sh
5050
npm install mongoose
5151
```
52+
5253
### Using pnpm
5354

5455
```sh
5556
pnpm add mongoose
5657
```
58+
5759
### Using Yarn
5860

5961
```sh
6062
yarn add mongoose
6163
```
64+
6265
### Using Bun
6366

6467
```sh
6568
bun add mongoose
6669
```
6770

68-
6971
Mongoose 6.8.0 also includes alpha support for [Deno](https://deno.land/).
7072

7173
## Importing

0 commit comments

Comments
 (0)