diff --git a/README.md b/README.md index 70cbd73..96d535f 100644 --- a/README.md +++ b/README.md @@ -741,7 +741,7 @@ The following properties are available: ### CocoaPods -[CocoaPods](https://cocoapods.org/) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile: +[CocoaPods](https://cocoapods.org/) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate SwiftRichString into your Xcode project using CocoaPods, specify it in your Podfile: ```ruby pod 'SwiftRichString' @@ -749,9 +749,9 @@ pod 'SwiftRichString' ### Swift Package Manager -The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but Alamofire does support its use on supported platforms. +The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but SwiftRichString does support its use on supported platforms. -Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the dependencies value of your Package.swift. +Once you have your Swift package set up, adding SwiftRichString as a dependency is as easy as adding it to the dependencies value of your Package.swift. ```swift dependencies: [