Skip to content

Commit

Permalink
Replace broken link to Myers's paper in the README with a working one (
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplodingCabbage authored Jan 11, 2024
1 parent 707fccc commit 1f1ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A JavaScript text differencing implementation. Try it out in the **[online demo](https://kpdecker.github.io/jsdiff)**.

Based on the algorithm proposed in
["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927).
["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)](http://www.xmailserver.org/diff2.pdf).

## Installation
```bash
Expand Down

0 comments on commit 1f1ec96

Please sign in to comment.