From 8b6dc60aaa86222aa59388b014a25b0bab8a23f3 Mon Sep 17 00:00:00 2001 From: Konstantin Reido Date: Fri, 22 Jun 2018 00:25:20 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 617cd7f..2bf42ce 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ def edit_message(type, params = {}); end #### Optional typecasting You can enable typecasting of `update` with `telegram-bot-types` by including -`Telegram::Bot::UpdatesPoller::TypedUpdate`: +`Telegram::Bot::UpdatesController::TypedUpdate`: ```ruby class Telegram::WebhookController < Telegram::Bot::UpdatesController