From f920e3aa9e93809aee4dd84503a8db3638f4e287 Mon Sep 17 00:00:00 2001 From: redstrate <54911369+redstrate@users.noreply.github.com> Date: Wed, 18 Nov 2020 08:28:40 -0500 Subject: [PATCH] Change README for URLImage as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7622eae..5d5837f 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ A SwiftUI app to decode and show Pillowfort feeds natively on iOS. ![example result](https://raw.githubusercontent.com/redstrate/mobilefort/master/misc/screenshot.png) -I use [RemoteImage](https://github.com/crelies/RemoteImage) for downloading images, and [WebView](https://github.com/kylehickinson/SwiftUI-WebView) for showing the sidebar. +I use [URLImage](https://github.com/dmytro-anokhin/url-image) for downloading images, and [WebView](https://github.com/kylehickinson/SwiftUI-WebView) for showing the sidebar.