From baee85fb1b9492fd062a514a7c86abe374e4e14a Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Mon, 2 Sep 2019 16:07:10 -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 22c4f7e..f582bac 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Just include the following in your package's dependencies and add `JSONAPI` to t ``` ### CocoaPods -To use this framework in your project via Cocoapods instead of Swift Package Manager, add the following dependencies to your Podfile. +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'