README.rdoc in pretty_diff-0.3.0 vs README.rdoc in pretty_diff-0.3.1

- old
+ new

@@ -22,11 +22,11 @@ The library is really easy to read and change. All HTML is concentrated in a single place -- HtmlGenerator; so it's very easy to customize the output to suit your needs. By default PrettyDiff will generate HTML that can be easily colored with the CSS that you can find in the example above. -PrettyDiff will generate 2 columns of line numbers, as it's usually done for diffs. These columns are copy & paste safe, means that line numbers won't be copied when you copy diff contents. +PrettyDiff will generate 2 columns of line numbers, as it's usually done for diffs. These columns are copy/paste safe, means that line numbers won't be copied when you copy diff contents. Tabs will be automatically converted to double spaces. HTML tags will be automatically escaped from the input string. @@ -35,7 +35,11 @@ The test suit can be somewhat improved. == History The library was extracted from Beanstalk during the awesome Wildbit Open Source Fridays. + +Read more about Open Source Fridays here: + +http://wildbit.com/blog/2010/01/15/open-source-fridays-at-wildbit/ Copyright (c) 2010 Ilya Sabanin, Wildbit; see LICENSE for details. \ No newline at end of file