From 65319a923c61b6ea3ad164de4af4b01b552d4dd5 Mon Sep 17 00:00:00 2001 From: samuelbeek Date: Mon, 12 Oct 2015 14:09:24 +0200 Subject: [PATCH] provided correct cocoapods url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b5131..2230adb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ it, simply add the following line to your Podfile: ```ruby -pod "RecordButton", :git => "https://github.com/samuelbeek/RecordButton.git" +pod "RecordButton" ```