From 2c0baa983ebcae14e8d133dc94950f64b82df3ec Mon Sep 17 00:00:00 2001 From: Daniele - Nexor Technology Date: Wed, 20 May 2020 09:54:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [