From 791cda6bc8f1a256307849c5b6069b3add58aedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B9ng=20Ph=E1=BA=A1m?= Date: Mon, 19 Nov 2018 11:52:20 +0700 Subject: [PATCH] Fix document Docs say telegram_bot_token while code use telegram_bot_key? Good docs! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6fad1..2b364ba 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ require 'capistrano/telegram_notification' if use webhook ```ruby -set :telegram_bot_token, '4223:dfsdaf..' +set :telegram_bot_key, '4223:dfsdaf..' set :telegram_chat_id, '-4234123' after 'deploy:started', 'telegram:deploy:start'