Skip to content

Commit 065660f

Browse files
author
David Sancho
authored
Merge pull request #6 from loicplaire/master
Fix incorrect yarn add command
2 parents 6689e10 + ec1b4b8 commit 065660f

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)