From 10c51df56989b51aa439d0b3b591bd5af96808fc Mon Sep 17 00:00:00 2001 From: Changbeom Ahn Date: Sun, 23 Apr 2023 13:13:09 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f28308e..14d5716 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This swift package enables you to use python modules in your iOS apps. ## Installation ``` -.package(url: "https://github.com/kewlbear/Python-iOS.git", .branch("kivy-ios")) +.package(url: "https://github.com/kewlbear/Python-iOS.git", from: "0.1.1-b") ``` ## Usage