my fork of dmp
Cleanup
Anubhab Bandyopadhyay 2024-08-16
parent 6b9e46c · commit c495b28
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5680bb6..dff962a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
# diff-match-patch-rs: Efficient port of Google's diff-match-patch implemented in Rust
-======================================================================================
This library is a port of the [Diff Match Patch](https://github.com/dmsnell/diff-match-patch) to Rust. The
diff implementation is based on [Myers' diff algorithm](https://neil.fraser.name/writing/diff/myers.pdf).