diff --git a/README.md b/README.md index 93c7757..bd68cff 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ The application provides the following functionalities: - Display of verified aid organizations - Basic user related functionality (password hashing,...) -- Retrieveal og organization data from API or CSV +- Retrieveal of organization data from API or CSV - Basic donation tracking functionality The following features are part of the original project scope but are not fully implemented in the final version -- Full user profile manament +- Full user profile managment - Advanced search and filtering -- Favourites or recommenation system +- Favourites or recommendation system ## Technology Stack - **Programming Language:** Java 25 @@ -75,7 +75,7 @@ The following features are part of the original project scope but are not fully The application follows a layered architecture: - Presentation layer: JavaFX based user interface -- Application layer: Handles ccore logic and coordination +- Application layer: Handles core logic and coordination - Data layer: Database and external data handling The domain model includes key entities such as Charity, Donation and user related components.