Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Update README to point to maintained fork. #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.

> **This library is no longer being maintained.** See dmsnell/diff-match-patch for updates and continued development.

1. Diff:
* Compare two blocks of plain text and efficiently return a list of differences.
* [Diff Demo](https://neil.fraser.name/software/diff_match_patch/demos/diff.html)
Expand Down