README.md in truncato-0.7.7 vs README.md in truncato-0.7.8

- old
+ new

@@ -11,11 +11,11 @@ ``` ## Usage ```ruby -Truncato.truncate "<p>some text</p>", max_length: 4 => "<p>s...</p>" -Truncato.truncate "<p>some text</p>", max_length: 4, count_tags: false => "<p>some...</p>" +Truncato.truncate "<p>some text</p>", max_length: 4 #=> "<p>s...</p>" +Truncato.truncate "<p>some text</p>", max_length: 4, count_tags: false #=> "<p>some...</p>" ``` The configuration options are: * `max_length`: The size, in characters, to truncate (`30` by default)