From db8bf7c4f67751985c2cc9ee39396e824c53b6a0 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 18:47:06 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd84ef3..145a475 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This method allow to replace a method on an instance. When the selector passed i ## Installation -To include this component in your project, I recommend you to use [Cocoapods](http://cocoapods.org): +To include this component in your project, I recommend you to use [CocoaPods](http://cocoapods.org): * Add `pod "STSwizzle"` to your Podfile. ## How does it work ?