From 8df690fdd20d6c89e86ac36299bf678002ae14ad Mon Sep 17 00:00:00 2001 From: "Pierre Baillet (Oct)" <88319985+pierrebailletsonos@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:44:30 +0100 Subject: [PATCH] Typo on diff author's name (#176) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dd7d5d..70dfa52 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.