From 45ec7ba753056f2f724cdace311ee83dfc092f1d Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sat, 16 Nov 2019 00:03:46 -0800 Subject: [PATCH] Update SwiftPM package manifest example for version 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1c6cd..8319f10 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you find something wrong with this library and it isn't already mentioned und ### Swift Package Manager Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets. ``` - .package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "2.2.0")) + .package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "3.0.0")) ``` ### Xcode project