From 9290fba8f9724eeb365c87b3accdeb1ac9138ab7 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 14:38:18 -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 a063931..880e75a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is very common with retain cycles using blocks, and it's very tricky someti - Place a call to ```+[MSVCLeakHunter install]``` somewhere during app initialization (e.g. the ```applicationDidFinishLaunchingWithOptions:``` method of your app delegate.) - Make sure ```MSVCLeakHunter_ENABLED``` is set to 1 in ```MSVCLeakHunter.h``` -Or install via Cocoapods: `pod 'MSVCLeakHunter'` +Or install via CocoaPods: `pod 'MSVCLeakHunter'` ### What it looks like