Skip to content

Commit

Permalink
chore: fix install in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Michel v. Varendorff <80046268+mvarendorff@users.noreply.github.com>
  • Loading branch information
reiv and mvarendorff2 committed Jul 4, 2023
1 parent d0ac737 commit 5b9859f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ESLint configuration is provided in the `eslint.config.js`, aka. "Flat Config" f

1. Install
```sh
yarn add @atmina/linting
yarn add -D @atmina/linting
# or
pnpm add @atmina/linting
pnpm add -D @atmina/linting
```
2. Run the CLI tool
```sh
Expand Down

0 comments on commit 5b9859f

Please sign in to comment.