README.md in cousin_roman-0.0.1 vs README.md in cousin_roman-0.0.2

- old
+ new

@@ -1,10 +1,9 @@ # CousinRoman -`CousinRoman` is a `String` extension that allows you to convert -string representation of Roman numbers -(following modern subtractive notation) +`CousinRoman` is a `String` extension which allows you to convert +Roman numerals (following modern subtractive notation) to Arabic numbers (i.e. Integers). ## Installation Add this line to your application's Gemfile: @@ -19,10 +18,10 @@ $ gem install cousin_roman ## Usage -Just use `#to_arabic` or `#to_arabic!` method. +Just use `String#to_arabic` or `String#to_arabic!` method. For example: ```ruby 'MMXIII'.to_arabic # => 2013