Skip to content

Commit

Permalink
Merge pull request #173 from leereilly/master
Browse files Browse the repository at this point in the history
Update link for diff-lcs
  • Loading branch information
Ben Atkins committed Oct 13, 2012
2 parents bffbe53 + dd9df44 commit f057bee
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 @@ -629,7 +629,7 @@ For diffing two strings:

* [htmldiff](http://github.com/myobie/htmldiff): expects but doesn't require HTML input and produces HTML output. Works very well but slows down significantly on large (e.g. 5,000 word) inputs.
* [differ](http://github.com/pvande/differ): expects plain text input and produces plain text/coloured/HTML/any output. Can do character-wise, word-wise, line-wise, or arbitrary-boundary-string-wise diffs. Works very well on non-HTML input.
* [diff-lcs](http://github.com/halostatue/ruwiki/tree/master/diff-lcs/trunk): old-school, line-wise diffs.
* [diff-lcs](https://github.com/halostatue/diff-lcs): old-school, line-wise diffs.

For diffing two ActiveRecord objects:

Expand Down

0 comments on commit f057bee

Please sign in to comment.