README.rdoc in pretty_diff-0.7.0 vs README.rdoc in pretty_diff-0.8.0
- old
+ new
@@ -14,10 +14,10 @@
pretty = PrettyDiff::Diff.new(udiff)
pretty.to_html
Wrap it with HTML, add some styles and you will get something like this:
-http://ilya.sabanin.ru/projects/pretty_diff_example.html
+http://rubybrothers.ru/assets/2010/1/16/pretty_diff.jpg
== Features
The library is really easy to read and change. All HTML is generated by a set of classes called generators, it's very easy to customize the output to suit your needs.