From 9a044cd20ea94f1c3b91f9aaa0e6850a849775c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 25 Sep 2018 04:48:05 +0300 Subject: [PATCH] more work on the docs... Signed-off-by: Alex A. Naanou --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 82ba109..8f8bb7d 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ For a walkthrough by example see the [introduction](#introduction), for the gene - [JSON compatibility](#json-compatibility) - [Extending Diff](#extending-diff) - [The Diff format](#the-diff-format) - - [Flat](#flat) - - [Tree](#tree) - [Contacts, feedback and contributions](#contacts-feedback-and-contributions) - [License](#license) @@ -753,21 +751,12 @@ For an example see: `Object` handler's `.walk(..)` in [diff.js](./diff.js#L1178) ## The Diff format -### Flat +For the format structure pattern see [format.js](./format.js). -This is the main and default format used to store diff information. +There are two general format types: +- *Flat* - main and default format used to store diff information. +- *Tree* - used internally but may be useful for introspection. -```javascript -[] -``` - - -### Tree - -This format is used internally but may be useful for introspection. - -```javascript -``` ## Contacts, feedback and contributions