README.md in telegram-bot-ruby-0.5.0.beta4 vs README.md in telegram-bot-ruby-0.5.0

- old
+ new

@@ -9,11 +9,11 @@ ## Installation Add following line to your Gemfile: ```ruby -gem 'telegram-bot-ruby', '~> 0.5.0.beta4' +gem 'telegram-bot-ruby' ``` And then execute: ```shell @@ -21,10 +21,10 @@ ``` Or install it system-wide: ```shell -$ gem install telegram-bot-ruby --pre +$ gem install telegram-bot-ruby ``` ## Usage First things first, you need to [obtain a token](https://core.telegram.org/bots#botfather) for your bot. Then create your Telegram bot like this: