Skip to content

Commit a217e2e

Browse files
Fix yarn installation script (#65)
1 parent 28d978a commit a217e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install eslint-plugin-cypress --save-dev
1111
```
1212
or
1313
```sh
14-
yarn add eslint-plugin-cypress --save-dev
14+
yarn add eslint-plugin-cypress --dev
1515
```
1616

1717
## Usage

0 commit comments

Comments
 (0)