diff --git a/README.md b/README.md index 29ea4bf..1627f3a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ class MyBot < Ebooks::Bot end # Make a MyBot and attach it to an account -MyBot.new("{{BOT_NAME}}") do |bot| +MyBot.new("abby_ebooks") do |bot| bot.access_token = "" # Token connecting the app to this account bot.access_token_secret = "" # Secret connecting the app to this account end