Update README.md

This commit is contained in:
煮石散人 2017-03-29 17:29:52 +08:00 committed by GitHub
parent ad9f1a2436
commit ba3a5b5983
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Objective-C:
```swift ```swift
Swift: Swift:
@import SDWebImage import SDWebImage
imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png")) imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png"))
``` ```