Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from bguidolim/patch-1
Browse files Browse the repository at this point in the history
Fix typo on README
  • Loading branch information
kean authored Jun 29, 2021
2 parents 4516371 + 9f022aa commit e9d43d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can pass a complete `ImageRequest` as a source, but you can also configure t

```swift
LazyImage(source: "https://example.com/image.jpeg")
.processors([ImageProcessors.Resize(width: 44])
.processors([ImageProcessors.Resize(width: 44)])
.priority(.high)
.pipeline(customPipeline)
```
Expand Down

0 comments on commit e9d43d4

Please sign in to comment.