From 033f512ca0f197a92779bbfc5ee5e65a83a34ee7 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Thu, 11 Feb 2016 07:39:58 -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 526cbe3..1d6f08a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ BDGSoundPlayer Lightweight iOS soundplayer wrapper to load/cache simple .caf/wav files or play mp3 files using avaudioplayer. -## Installation using Cocoapods +## Installation using CocoaPods ``` pod 'BDGSoundPlayer' ```