Skip to content

Commit

Permalink
docs(readme): update jest peerDependency in README installation (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkurniaw authored Mar 24, 2021
1 parent 9718dce commit 3f9cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Thanks `jest-image-snapshot`, that broken header would not have looked good in p
npm i --save-dev jest-image-snapshot
```

Please note that `Jest` `>=20 <=25` is a peerDependency. `jest-image-snapshot` will **not** work with anything below Jest 20.x.x
Please note that `Jest` `>=20 <=26` is a peerDependency. `jest-image-snapshot` will **not** work with anything below Jest 20.x.x

### Invocation

Expand Down

0 comments on commit 3f9cda6

Please sign in to comment.