From 5867d88a6c3cdeea11b59399783e62d5dc82b607 Mon Sep 17 00:00:00 2001 From: luoxiu Date: Sun, 15 Mar 2020 16:51:53 +0800 Subject: [PATCH] update installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b85c1b..6dec81b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ ck.bg(.fuchsia) ```swift dependencies: [ - .package(url: "https://github.com/luoxiu/Chalk", .upToNextMajor(from: "0.0.1")) + .package(url: "https://github.com/luoxiu/Chalk", from: "0.0.1") ] ```