Skip to content

Commit

Permalink
docs: update install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Jan 7, 2024
1 parent 9d20bea commit ed038a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
## Installation

```shell
npm install -D danielpza/vitest-mms mongodb-memory-server
yarn add -D danielpza/vitest-mms mongodb-memory-server
pnpm add -D danielpza/vitest-mms mongodb-memory-server
npm install -D vitest-mms mongodb-memory-server
yarn add -D vitest-mms mongodb-memory-server
pnpm add -D vitest-mms mongodb-memory-server
```

## Usage
Expand Down

0 comments on commit ed038a6

Please sign in to comment.