From e1a705a648fadd32bb1279cf712431923f09d7fc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 30 Jul 2018 20:16:06 +0300 Subject: [PATCH] minor typo fix... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ad9b5b..48a26e9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ XXX Intro - [Diff](#diff) - [Diff class API](#diff-class-api) - [Diff object API](#diff-object-api) - - [Supported JavaScript object](#supported-javascript-object) + - [Supported JavaScript objects](#supported-javascript-objects) - [Options](#options) - [Deep compare](#deep-compare) - [Patterns](#patterns) @@ -77,7 +77,7 @@ var diff = new Diff(A, B) `.json() -> JSON` -#### Supported JavaScript object +#### Supported JavaScript objects The object support can be split into two, basic objects that are stored as-is and containers that support item changes when their types match.