From 895d575cdb52f8e1a5583c4a840d91e6f7df1a77 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 14 Apr 2019 21:03:14 -0700 Subject: [PATCH] Fix indentation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4301f37..b0c1bcc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ If you find something wrong with this library and it isn't already mentioned und To use this framework in your project via Cocoapods instead of Swift Package Manager, 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 'JSONAPI', :git => 'https://github.com/mattpolzin/JSONAPI.git' ``` ### Xcode project