From ca663d85bda803a8460fa89315849ce5c3331712 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 10 Feb 2016 13:42:13 -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 5819e671..9cf4e384 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ To begin using `EZAudio` you must first make sure you have the proper build requ - GLKit ###Adding To Project -You can add EZAudio to your project in a few ways:

1.) The easiest way to use EZAudio is via
Cocoapods. Simply add EZAudio to your Podfile like so: +You can add EZAudio to your project in a few ways:

1.) The easiest way to use EZAudio is via CocoaPods. Simply add EZAudio to your Podfile like so: ` pod 'EZAudio', '~> 1.1.4'