Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-anokhin committed May 10, 2021
1 parent 56535f0 commit 24c698e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Take a look at some examples in [the demo app](https://github.com/dmytro-anokhin
- [Store Use cases](#store-use-cases)
- [Fetching an Image](#fetching-an-image)
- [Download an Image in iOS 14 Widget](#download-an-image-in-ios-14-widget)
- [Version 2 Migration Notes](#version-2-migration-notes)
- [Migration Notes v2 to v3](#migration-notes-v2-to-v3)
- [Reporting a Bug](#reporting-a-bug)
- [Requesting a Feature](#requesting-a-feature)
- [Contributing](#contributing)
Expand Down Expand Up @@ -234,7 +234,7 @@ Unfortunately views in WidgetKit can not run asynchronous operations: https://de

You can still use `URLImage` for this. The idea is that you load image in `TimelineProvider` using the `RemoteImagePublisher` object, and display it in the `URLImage` view.

## Version 2 Migration Notes
## Migration Notes v2 to v3

- `URLImage` initialiser now omits an argument label for the first parameter, making `URLImage(url: url)` just `URLImage(url)`.
- `URLImage` initialiser now uses `ViewBuilder` attribute for closures that construct views.
Expand Down

0 comments on commit 24c698e

Please sign in to comment.