some typo in readme

This commit is contained in:
kinarob 2019-07-29 17:45:05 +08:00
parent 7f1b5f05a2
commit 25c6cdf570
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ There are four ways to use SDWebImage in your project:
- using CocoaPods
- using Carthage
- using Swift Package Manager
- manual install (xcframework, build-only or embed Xcode Project)
- manual install (XCFramework, build-only or embed Xcode Project)
### Installation with CocoaPods
@ -217,7 +217,7 @@ let package = Package(
### Manual Installation Guide
- see [Manual install Guide](https://github.com/SDWebImage/SDWebImage/wiki/Installation-Guide#manual-installation-guide)
See more on [Manual install Guide](https://github.com/SDWebImage/SDWebImage/wiki/Installation-Guide#manual-installation-guide)
### Import headers in your source files