Skip to content

Commit 01b5798

Browse files
authored
Merge pull request #133 from FormidableLabs/fix/readme-typo
fix: Small readme typo fix
2 parents ba3e2fb + 0a06ad8 commit 01b5798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ npm install react-fast-compare
3232
- deeply compares any value (besides objects with circular references)
3333
- handles React-specific circular references, like elements
3434
- checks equality Date and RegExp objects
35-
- 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.
35+
- 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.
3636
- small: under 660 bytes minified+gzipped
3737

3838
## Usage

0 commit comments

Comments
 (0)