Skip to content

Commit

Permalink
fixed instructions for legacy plugin name (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairkukielka committed Aug 11, 2024
1 parent 76fb083 commit 2fb0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add `vitest` to the plugins section of your `.eslintrc` configuration file. You

```json
{
"plugins": ["vitest"]
"plugins": ["@vitest"]
}
```

Expand Down

0 comments on commit 2fb0d3f

Please sign in to comment.