Authored by Bogdan Poplauschi
Committed by GitHub

Merge pull request #1847 from zssr/master

Update README.md
@@ -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 ```