Skip to content

Commit

Permalink
docs(readme): Add install command for yarn (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan28malik committed Apr 24, 2020
1 parent 1232e1f commit d6310a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -101,6 +101,12 @@ should be installed as one of your project's `devDependencies`:
```
npm install --save-dev @testing-library/react
```
or

for installation via [yarn](https://classic.yarnpkg.com/en/)
```
yarn add --dev @testing-library/react
```

This library has `peerDependencies` listings for `react` and `react-dom`.

Expand Down

0 comments on commit d6310a2

Please sign in to comment.