From 8357ef865fb0d606de991408ea4866f1e3cf14ff Mon Sep 17 00:00:00 2001 From: Brian M Date: Sat, 15 Nov 2014 12:23:28 -0800 Subject: [PATCH] fixing pod file addition (now copy-paste friendly) --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 310abf3..4048db4 100644 --- a/readme.markdown +++ b/readme.markdown @@ -42,7 +42,7 @@ Install with [CocoaPods](http://cocoapods.org) by adding the following to your P ``` ruby platform :ios, '7.0' -pod 'Toast', '~> 2.4’ +pod 'Toast', '~> 2.4' ``` or add manually: