Committed by
GitHub
Merge pull request #1847 from zssr/master
Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -81,7 +81,7 @@ Objective-C: | @@ -81,7 +81,7 @@ Objective-C: | ||
81 | ```swift | 81 | ```swift |
82 | Swift: | 82 | Swift: |
83 | 83 | ||
84 | -@import SDWebImage | 84 | +import SDWebImage |
85 | 85 | ||
86 | imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png")) | 86 | imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg"), placeholderImage: UIImage(named: "placeholder.png")) |
87 | ``` | 87 | ``` |
-
Please register or login to post a comment