Remove mention of difference crate in readme

This commit is contained in:
Armin Ronacher 2021-01-31 20:25:10 +01:00
parent 301e19a658
commit c06bbb1263

View file

@ -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 implementation of the Myer's and Patience algorithms and inherits some ideas
from there. from there.
It's intended to be replacement for the popular but unmaintained
[difference] crate.
```rust ```rust
use similar::text::{ChangeTag, TextDiff}; use similar::text::{ChangeTag, TextDiff};