From c06bbb12630126b0da8408fd0e13b6d3c6884fc4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 31 Jan 2021 20:25:10 +0100 Subject: [PATCH] Remove mention of difference crate in readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4c2f508..1107973 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ algorithms and high level interfaces for it. It is based on the [pijul](https:/ implementation of the Myer's and Patience algorithms and inherits some ideas from there. -It's intended to be replacement for the popular but unmaintained -[difference] crate. - ```rust use similar::text::{ChangeTag, TextDiff};