From d95660a2602c919a8b0b3a257fcf10ff58a9ce4f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 15 Feb 2021 13:42:37 +0100 Subject: [PATCH] Update readme to reflect reality more --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d9ec9..8b8c744 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ [![Documentation](https://docs.rs/similar/badge.svg)](https://docs.rs/similar) Similar is a dependency free crate for Rust that implements different diffing -algorithms and high level interfaces for it. It is based on the [pijul](https://pijul.org/) -implementation of the Myer's and Patience algorithms and inherits some ideas -from there. It was built for the [insta snapshot testing library](https://insta.rs). +algorithms and high level interfaces for it. It is based on the +[pijul](https://pijul.org/) implementation of the Patience algorithm and +inherits some ideas from there. It also incorporates the Myer's diff +algorithm which was largely written by Brandon Williams. This library was +built for the [insta snapshot testing library](https://insta.rs). ```rust use similar::{ChangeTag, TextDiff};