README.md in twitter_ebooks-2.1.4 vs README.md in twitter_ebooks-2.1.5

- old
+ new

@@ -1,6 +1,6 @@ -# twitter\_ebooks 2.1.4 +# twitter\_ebooks 2.1.5 Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Markov generator, this framework helps you build any kind of interactive twitterbot which responds to mentions/DMs. ## Installation @@ -14,10 +14,10 @@ ``` ruby # This is an example bot definition with event handlers commented out # You can define as many of these as you like; they will run simultaneously -Ebooks::Bot.new("./test") do |bot| +Ebooks::Bot.new("abby_ebooks") do |bot| # Consumer details come from registering an app at https://dev.twitter.com/ # OAuth details can be fetched with https://github.com/marcel/twurl bot.consumer_key = "" # Your app consumer key bot.consumer_secret = "" # Your app consumer secret bot.oauth_token = "" # Token connecting the app to this account