Skip to content

Commit e50b58c

Browse files
authored
Update README.md
1 parent 7f024d9 commit e50b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct RemoteImage: View, Injectable {
5151

5252
func downloadImage() {
5353
Task { [url] in
54-
self.image = try? await downloader.instance.downloadImage(url: url)
54+
self.image = try? await downloader.downloadImage(url: url)
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)