Skip to content

Commit 3210781

Browse files
committed
Update README.md
1 parent fbad15d commit 3210781

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
@@ -57,7 +57,7 @@ $r = new JsonDiff(
5757
```
5858

5959
Available options:
60-
* `REARRANGE_ARRAYS` is an option to enable [arrays rearrangement](#arraysrearrangement) to minimize the difference.
60+
* `REARRANGE_ARRAYS` is an option to enable [arrays rearrangement](#arrays-rearrangement) to minimize the difference.
6161
* `STOP_ON_DIFF` is an option to improve performance by stopping comparison when a difference is found.
6262
* `JSON_URI_FRAGMENT_ID` is an option to use URI Fragment Identifier Representation (example: "#/c%25d"). If not set default JSON String Representation (example: "/c%d").
6363
* `SKIP_JSON_PATCH` is an option to improve performance by not building JsonPatch for this diff.

0 commit comments

Comments
 (0)