From 4c97ab383426f167ba048b2b6a256ad425a79c16 Mon Sep 17 00:00:00 2001 From: Jordan Koch Date: Sun, 22 Dec 2019 19:48:14 -0500 Subject: [PATCH] fix installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f08bcf..af6f5ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ UIDeviceModelNames is available through [CocoaPods](https://cocoapods.org). To i it, simply add the following line to your Podfile: ```ruby -pod 'UIDeviceModelNames' +pod 'UIDeviceModelNames', :git => 'https://git.jordanko.ch/eskimo/UIDeviceModelNames.git', :branch => 'master' ``` ## Author