Skip to content

Commit

Permalink
simplify the description of support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Feb 26, 2023
1 parent 74fc440 commit dcf9046
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 @@ -15,7 +15,7 @@ Unlike most equality validation libraries, the following types are handled out-o
- `Promise` objects
- `react` elements

Starting with version `1.5.0`, circular objects are supported for both deep and shallow equality (see [`circularDeepEqual`](#circulardeepequal) and [`circularShallowEqual`](#circularshallowequal)). You can also create a custom nested comparator, for specific scenarios ([see below](#createcustomequal)).
Circular object and strict comparisons are supported, as is creation of a custom equality comparator for specific use-cases.

## Table of contents

Expand Down

0 comments on commit dcf9046

Please sign in to comment.