From 28c09a1425f51e86202c8639d38d4cf3db1bcd7f Mon Sep 17 00:00:00 2001 From: Cho JuHyuk <48784553+jo030225@users.noreply.github.com> Date: Thu, 19 Jan 2023 03:46:09 +0900 Subject: [PATCH] Update README.md SPM Version updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159c105..6cff2e7 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ final class MyViewController: UIViewController { let package = Package( name: "MyAwesomeApp", dependencies: [ - .Package(url: "https://github.com/devxoul/Then", majorVersion: 2), + .package(url: "https://github.com/devxoul/Then", .upToNextMajor(from: "3.0.0")) ] ) ```