Skip to content

Commit

Permalink
Update readme with correct plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jun 30, 2024
1 parent 87220cd commit 6ff186d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Installation

```bash
npm install -D eslint-proper-tests
npm install -D eslint-plugin-proper-tests
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-proper-tests",
"version": "1.0.2",
"version": "1.0.3",
"description": "ESLint rules for writing more proper tests.",
"keywords": [
"eslint",
Expand Down

0 comments on commit 6ff186d

Please sign in to comment.