From 730f833d6df26978f1d7d790d1396d9852971c5e Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Fri, 12 Dec 2014 21:39:30 +1100 Subject: [PATCH] fix README quote inconsistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b3aebd..139f4f9 100644 --- a/README.md +++ b/README.md @@ -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']