Merge pull request #1735 from tiagomartinho/patch-1

Update README.md
This commit is contained in:
Bogdan Poplauschi 2017-01-27 21:10:35 +02:00 committed by GitHub
commit ccf7620b3f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Objective-C:
```swift
Swift:
imageView.sd_setImageWithURL(NSURL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage:UIImage(imageNamed:"placeholder.png"))
imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png"))
```
- For details about how to use the library and clear examples, see [The detailed How to use](Docs/HowToUse.md)