From c399b0c677698cac3a0844c07ec667791eb0910d Mon Sep 17 00:00:00 2001 From: Jordan Kay Date: Thu, 19 Jan 2023 15:41:44 -0500 Subject: [PATCH] Fix typo in README.md (#123) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ea695f..fdc4e681 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The project is split into different Swift Packages to make it easier to manage a It's a great starting point for learning SwiftUI. The app covers many of the basic concepts of SwiftUI, such as building layouts, working with data, and handling user interaction. By exploring the code, you can gain a solid understanding of how to use SwiftUI in your daily life. Plus, the open source nature of IceCubesApp means that you can see how real-world applications are built and get a sense of best practices for using SwiftUI. -The architecture is straighforward MVVM for most parts, no redux on this one ;) +The architecture is straightforward MVVM for most parts, no redux on this one ;) Please note that IceCubesApp is currently in an early stage of development and as such, there are many features that are still missing. While the app is functional and can be used to browse and interact with Mastodon, there are still many features that are planned for the future.