From c1af814e1494299b15c1392324948977b593caa4 Mon Sep 17 00:00:00 2001 From: jav Date: Wed, 12 Nov 2014 10:48:02 +0100 Subject: [PATCH] README: little typo on instructions. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6a06fdc..509dd03 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ Spec::Runner.configure do |config| config.include(SmsSpec::Matchers) end -SmsSpec.driver = :twilio-ruby #this can be any available sms-spec driver +SmsSpec.driver = :"twilio-ruby" #this can be any available sms-spec driver ## Cucumber