Skip to content

Commit

Permalink
chore(readme): remove $ from install instructions (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 12, 2021
1 parent 9484ee2 commit 024b19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@

## Installation

```
$ yarn add --dev eslint eslint-plugin-jest
```bash
yarn add --dev eslint eslint-plugin-jest
```

**Note:** If you installed ESLint globally then you must also install
Expand Down

0 comments on commit 024b19d

Please sign in to comment.