Skip to content

Commit

Permalink
Grammar tweaks in README.md (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse authored and thymikee committed Feb 22, 2018
1 parent 9f7ffc6 commit 2f987d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Greenkeeper badge](https://badges.greenkeeper.io/jest-community/snapshot-diff.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/snapshot-diff.svg)](https://badge.fury.io/js/snapshot-diff)

Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshoted with `toMatchSnapshot()`.
Especially helpful when testing the difference between different states of a React component.
Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshotted with `toMatchSnapshot()`.
Especially helpful when testing the difference between different React component states.

## Installation
```bash
Expand Down

0 comments on commit 2f987d9

Please sign in to comment.