From cf9bd87cf2a8979b01d76ee6e895519681be752f Mon Sep 17 00:00:00 2001 From: Max Melentiev Date: Sat, 11 Mar 2017 21:33:20 +0300 Subject: [PATCH] Add notice about how to require gem to Readme Fixes #24 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16ac2ea..668723a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ Or install it yourself as: $ gem install telegram-bot +Require if necessary: + +```ruby +require 'telegram/bot' +``` + ## Usage ### Configuration