fix README quote inconsistency

This commit is contained in:
Jaiden Mispy 2014-12-12 21:39:30 +11:00
parent bb5b9e8025
commit 730f833d6d

View file

@ -40,8 +40,8 @@ class MyBot < Ebooks::Bot
def configure
# Consumer details come from registering an app at https://dev.twitter.com/
# Once you have consumer details, use "ebooks auth" for new access tokens
self.consumer_key = '' # Your app consumer key
self.consumer_secret = '' # Your app consumer secret
self.consumer_key = "" # Your app consumer key
self.consumer_secret = "" # Your app consumer secret
# Users to block instead of interacting with
self.blacklist = ['tnietzschequote']