Skip to content

Commit

Permalink
Merge pull request #133 from FormidableLabs/fix/readme-typo
Browse files Browse the repository at this point in the history
fix: Small readme typo fix
  • Loading branch information
robwalkerco authored Oct 2, 2023
2 parents ba3e2fb + 0a06ad8 commit 01b5798
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 @@ -32,7 +32,7 @@ $ npm install react-fast-compare
- deeply compares any value (besides objects with circular references)
- handles React-specific circular references, like elements
- checks equality Date and RegExp objects
- should as fast as [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) via a single unified library, and with added guardrails for circular references.
- should be as fast as [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) via a single unified library, and with added guardrails for circular references.
- small: under 660 bytes minified+gzipped

## Usage
Expand Down

0 comments on commit 01b5798

Please sign in to comment.