From 92d3c53b79efae0f8b724b008ceaecfa9e638fbb Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Sat, 6 Dec 2014 00:24:32 +1100 Subject: [PATCH] Don't need BOT_NAME in there --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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