From b2550d28ac4b80485b00d5642f86c33f38b15fcc Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 1 Nov 2023 13:52:00 -0400 Subject: [PATCH] Grammar (#1634) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 032ba2ed..0946832a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ -IceCubesApp is an open source application for accessing the decentralized social network Mastodon! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use. +IceCubesApp is an open-source application for accessing the decentralized social network Mastodon! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use. -You can connect to any Mastodon instance and browse your timeline, interact with other users, and post updates and media. +You can connect to any Mastodon instance, browse your timeline, interact with other users, and post updates and media. -The project is split into different Swift Packages to make it easier to manage and maintain the codebase. Each package is focused on a specific aspect of the application, such as the UI, network communication, or data models. This modular approach allows for easier collaboration and ensures that the code is organized and easy to understand. +The project is split into different Swift Packages to make managing and maintaining the codebase easier. Each package focuses on a specific application aspect, such as the UI, network communication, or data models. This modular approach allows for easier collaboration and ensures the code is organized and easily understood. -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. +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 understand how to use SwiftUI in your daily life. Plus, the open-source nature of IceCubesApp means you can see how real-world applications are built and get a sense of best practices for using SwiftUI. -The architecture is straightforward MVVM for most parts, no redux on this one ;) +The architecture is straightforward MVVM for most parts, there is no redux on this one ;) Thanks! @@ -28,7 +28,7 @@ Here are the steps: 1. Clone the repo 2. In the same folder that contains the `IceCubesApp.xcconfig.template`, run this command: -``` +```bash cp IceCubesApp.xcconfig.template IceCubesApp.xcconfig ```