Skip to content

Commit

Permalink
Merge pull request #5 from dabapps/readme-install-command
Browse files Browse the repository at this point in the history
Update install command to save to dev dependencies
  • Loading branch information
JakeSidSmith authored Apr 2, 2019
2 parents d1739d1 + 894b9a4 commit a9261b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ expect(<MyComponent />).toMatchReactShallowSnapshot();

## Install

Install as a dev dependency (`-D` is short for `--save-dev`)

```shell
npm i @dabapps/jest-matcher-react-shallow-snapshot -S
npm i @dabapps/jest-matcher-react-shallow-snapshot -D
```

## Configuration
Expand Down

0 comments on commit a9261b1

Please sign in to comment.