From 456c989fd2a5b6b9b90aa55b77f2ba76cf59be54 Mon Sep 17 00:00:00 2001 From: Ethan Huang Date: Thu, 17 Oct 2019 20:48:54 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be26c51..385151a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Xcode 11. This project uses Swift 5.1 feature [Function Builder](https://forums. Open your project in Xcode 11, navigate to **Menu -> Swift Packages -> Add Package Dependency** and enter [https://github.com/ethanhuang13/NSAttributedStringBuilder](https://github.com/ethanhuang13/NSAttributedStringBuilder) to install. ### CocoaPods -Add `pod 'AttributedStringBuilder13'` to your `Podfile`. +Add `pod 'NSAttributedStringBuilder13'` to your `Podfile`. ## SwiftUI Sample Project Besides clearer `NSAttributedString` syntax, since **NSAttributedStringBuilder** uses Function Builder it also enables API to build components in `UIViewRepresentable`(which embbed `UIView` in a SwiftUI `View`).