README.md in tolerance-0.1.0 vs README.md in tolerance-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ # Tolerance -Regards almost of all typo as tolerance +Regards almost of all typo as tolerance:wave::alien: ## Installation Add this line to your application's Gemfile: @@ -26,28 +26,25 @@ class Foo def hello __method__ end - def self.hello + def self.say! __method__ end end foo = Foo.new -foo.hello # => :hello -foo.helle # => :hello -foo.hellooo # => :hello - -Foo.hello # => :hello -Foo.helle # => :hello -Foo.hellooo # => :hello +foo.hello # => :hello +foo.pello # => :hello +foo.hel_o # => :hello +Foo.say! # => :say! +Foo.sey! # => :say! +Foo.sayyy # => :say! ``` -Regards almost of all typo as tolerance...!! Goodbye typo, forever..!! - -*CAUTION: This gem is for development only* +Regards almost of all typo as **tolerance**...!! Bye typo, forever..:wave::alien: ## License [MIT License](https://opensource.org/licenses/MIT)