Skip to content

Commit

Permalink
docs: fix docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
schirrel authored Mar 1, 2023
1 parent 6ed1e45 commit cecc560
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ Thanks for the work @hustcc <3

## Install

```sh yarn add -D vi-canvas-mock```
```sh
yarn add -D vi-canvas-mock
```
or
```sh npm i --save-dev vi-canvas-mock```
```sh
npm i --save-dev vi-canvas-mock
```

## Usage
Simple import at you `vitest.setup` as
Expand Down

0 comments on commit cecc560

Please sign in to comment.