From bc604f28a536c1a0d10433fa693c2839ef741fa7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 30 Jul 2018 17:06:18 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a58435..1d9d356 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Remove an existing type handler: ExtendedDiff.types.delete('Text') ``` -The [source code](./diff.js#1098) is a good example for this as the base `Diff(..)` is built using this API, but note that we are registirng types on the `Types` object rather that on the `Diff` itself, there is no functional difference other than how the main code is structured internally. +The [source code](./diff.js#L1098) is a good example for this as the base `Diff(..)` is built using this API, but note that we are registirng types on the `Types` object rather that on the `Diff` itself, there is no functional difference other than how the main code is structured internally. ## The Diff format