README.md in telegram-bot-ruby-0.8.6.1 vs README.md in telegram-bot-ruby-0.9.0
- old
+ new
@@ -27,10 +27,10 @@
$ 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:
+First things first, you need to [obtain a token](https://core.telegram.org/bots#6-botfather) for your bot. Then create your Telegram bot like this:
```ruby
require 'telegram/bot'
token = 'YOUR_TELEGRAM_BOT_API_TOKEN'