Browse Source

Merge pull request #1557 from andreyoshev/master

Update README.md
Wei Wang 5 năm trước cách đây
mục cha
commit
e45f751030
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ With the powerful options, you can do hard tasks with Kingfisher in a simple way
 ```swift
 let url = URL(string: "https://example.com/high_resolution_image.png")
 let processor = DownsamplingImageProcessor(size: imageView.bounds.size)
-             >> RoundCornerImageProcessor(cornerRadius: 20)
+             |> RoundCornerImageProcessor(cornerRadius: 20)
 imageView.kf.indicatorType = .activity
 imageView.kf.setImage(
     with: url,