From 77afc3d28c5ca24b2707ba975064987c7b5fe48a Mon Sep 17 00:00:00 2001 From: icodesign Date: Wed, 19 Feb 2020 16:01:53 +0800 Subject: [PATCH] Update README.md (#51) Do not specify version in README, so we don't need update it all the time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd7591..3504f56 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ DarkModeKit was designed and developed before Appleā€˜s official dark mode relea To integrate DarkModeKit into your Xcode project using Carthage, specify it in your `Cartfile`: ``` -github "microsoft/DarkModeKit" ~> 0.2.0 +github "microsoft/DarkModeKit" ``` ### Swift Package Manager