README.md in digest-kangarootwelve-0.0.1 vs README.md in digest-kangarootwelve-0.0.2

- old
+ new

@@ -61,20 +61,20 @@ Digest::KangarooTwelve.implement(name: nil, digest_length: 48) => #<Class:0x000000015fe8e8> ## Details - For details on how to use the methods, please examine the comments in - `ext/digest/kangarootwelve/ext.c`, or try to run - `ri 'Digest::KangarooTwelve'` or - `ri 'Digest::KangarooTwelve::<method_name>'`. I'll try to provide a more - readable format of the documentation for the API soon. +For details on how to use the methods, please examine the comments in +`ext/digest/kangarootwelve/ext.c`, or try to run +`ri 'Digest::KangarooTwelve'` or +`ri 'Digest::KangarooTwelve::<method_name>'`. I'll try to provide a more +readable format of the documentation for the API soon. - You can use the implementation classes produced by `[]`, `default` or - `implement`, just like any other implementation class in `Digest` - (e.g. `Digest::SHA1`, `Digest::SHA512`), since they are also derived from - `Digest::Base`, and are programmed to work the way an implementation class - that's based on the `Digest` framework should. +You can use the implementation classes produced by `[]`, `default` or +`implement`, just like any other implementation class in `Digest` +(e.g. `Digest::SHA1`, `Digest::SHA512`), since they are also derived from +`Digest::Base`, and are programmed to work the way an implementation class +that's based on the `Digest` framework should. ## Contributing 1. Fork it ( https://github.com/konsolebox/digest-kangarootwelve-ruby/fork ). 2. Create your feature branch (`git checkout -b my-new-feature`).