Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Feb 16, 2025
1 parent 4b24ccf commit 3fb23fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 0.1.0+1
## 0.1.1

- Fixed `README.md` typo.
- Fixed GitHub Actions.

# 0.1.0
## 0.1.0

- Changed the repository name.
- Added `example`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ return Image(

`MultiNetworkImage` will look for the first image that is both provided in the list and is cached, and will use it as an initial source.

After that (of if no image is cached), it will try to fetch the first image from the list. If it fails, it will try the next one, and so on.
After that (or if no image is cached), it will try to fetch the first image from the list. If it fails, it will try the next one, and so on.

It allows you to provide a low-quality image as a fallback, and a high-quality image as a primary source.

Expand Down

0 comments on commit 3fb23fc

Please sign in to comment.