From e473adfbb848440fd7a34d51d82524acb4104a22 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Mon, 9 Nov 2015 12:44:56 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d07ac7b..71a2fd2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ UIDevice-Utils is available through [CocoaPods](http://cocoapods.org). To instal it, simply add the following line to your Podfile: ```ruby -pod "TabBarPicker" , :git => 'https://github.com/giuseppenucifora/UIDevice-Utils.git' +pod "UIDevice-Utils" , :git => 'https://github.com/giuseppenucifora/UIDevice-Utils.git' or