diff --git a/README.md b/README.md index 1d57a13..7622eae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mobilefort -Display Pillowfort profiles on iOS using SwiftUI +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. diff --git a/misc/screenshot.png b/misc/screenshot.png new file mode 100644 index 0000000..337a173 Binary files /dev/null and b/misc/screenshot.png differ