From a21fe6f1a297e56a0ddc09fc654f702bda7d4abd Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Sat, 13 Feb 2016 06:59:21 -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 c0241f1..fa3ac8c 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ALMoviePlayerController is a drop-in replacement for MPMoviePlayerController tha Installation is easy. -### Cocoapods +### CocoaPods 1. Add ```pod 'ALMoviePlayerController', '~>0.3.0'``` to your Podfile 2. ```#import ``` in your view of choice