Skip to content

Commit ec1b4b8

Browse files
author
Loic Plaire
authored
Fix incorrect yarn add command
`yarn add -d` is invalid. It can either be `yarn add -D` or `yarn add -dev`. Update README file to `yarn add -D` to avoid confusion.
1 parent 6689e10 commit ec1b4b8

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
@@ -58,7 +58,7 @@ div(:component, data_qa: 'component')
5858
### Install
5959
```bash
6060
npm install --save-dev babel-plugin-transform-react-qa-classes
61-
# or yarn add -d
61+
# or yarn add -D
6262
```
6363

6464
### Use

0 commit comments

Comments
 (0)