From 4662348afe38d690969fd91c26be4b0cbf3cefda Mon Sep 17 00:00:00 2001 From: Bui Dac Huy Date: Sat, 29 Aug 2020 12:44:05 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7abd3..5bb35ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The library is super super easy to use, just something like this :) ### Text ```swift -import SwiftIconFont +import SwiftUIFontIcon // ... From 79ac0435a2736ddf30aa35dc5f2088ee8fa26867 Mon Sep 17 00:00:00 2001 From: Bui Dac Huy Date: Sat, 29 Aug 2020 12:46:29 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bb35ce..c2ac70d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can install it with the following command: $ gem install cocoapods ``` -To integrate SwiftIconFont into your Xcode project using CocoaPods, specify it in your `Podfile`: +To integrate SwiftUIFontIcon into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby use_frameworks! @@ -49,7 +49,7 @@ pod 'SwiftUIFontIcon' ### SPM (Xcode 12 only) -The preferred way of installing SwiftUIX is via the [Swift Package Manager](https://swift.org/package-manager/). +The preferred way of installing SwiftUIFontIcon is via the [Swift Package Manager](https://swift.org/package-manager/). >Xcode 12 integrates with libSwiftPM to provide support for iOS, watchOS, and tvOS platforms.