From dc68a534a18eb72712615ab2f70973507625ddd8 Mon Sep 17 00:00:00 2001 From: "Pierre Baillet (Oct)" <88319985+pierrebailletsonos@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:22:41 +0200 Subject: [PATCH] Typo on diff author's name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dd7d5d4..70dfa521 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ for (DiffRow row : rows) { * producing human-readable differences * inline difference construction * Algorithms: - * Meyers Standard Algorithm - * Meyers with linear space improvement + * Myers Standard Algorithm + * Myers with linear space improvement * HistogramDiff using JGit Library ### Algorithms -* Meyer's diff +* Myer's diff * HistogramDiff But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.