From e99c6625f881d95f04fa9c005e9727c9abe20f25 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Sat, 14 Sep 2019 10:07:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f582bac..508e82c 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Just include the following in your package's dependencies and add `JSONAPI` to t To use this framework in your project via Cocoapods, add the following dependencies to your Podfile. ``` pod 'Poly', :git => 'https://github.com/mattpolzin/Poly.git' - pod 'JSONAPI', :git => 'https://github.com/mattpolzin/JSONAPI.git' + pod 'MP-JSONAPI', :git => 'https://github.com/mattpolzin/JSONAPI.git' ``` ### Xcode project