diff --git a/README.md b/README.md
index be470d5..9425d62 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Help-Me-Help - IDATT1005 Team 5 Portofolio Project Spring 2026 :octocat:
+# Help-Me-Help - IDATT1005 Team 5 Portfolio Project Spring 2026 :octocat:
[//]: # (TODO: Fill inn your name and student ID)
[//]: # (TODO: Mappe-2025-Marjoni-fj)
@@ -96,17 +96,20 @@ src/main/java/edu/group5/app/
└── utils/
└── ParameterValidator.java (Input validation utilities)
-src/main/resources/
+src/main/resources/ (Static assets - CSS, images, etc.)
├── header/
│ └── images/
-│ └── hmh-logo.png
+│ └── hmh-logo.png (Application logo)
├── loginpage/
-│ └── loginpage.css
+│ └── loginpage.css (Login/signup page styling)
├── homepage/
-│ └── homepage.css
+│ └── homepage.css (Home page styling)
├── causespage/
-│ └── causespage.css
+│ └── causespage.css (Organization browsing styling)
├── organizationpage/
+│ └── organizationpage.css (Organization details styling)
+└── donationpage/
+ └── donationpage.css (Donation flow styling)
[//]: # (TODO: Describe the structure of your project here. How have you used packages in your structure. Where are all sourcefiles stored. Where are all JUnit-test classes stored. etc.)
@@ -207,7 +210,7 @@ What is the input and output of the program? What is the expected behaviour of t
Open your IDE and select **File > Open Folder**, navigating to the root folder of the project (containing `pom.xml`).
3. **Build the Project:**
- Open the terminal in yoru IDE (`Ctrl + ~`) and run:
+ Open the terminal in your IDE (`Ctrl + ~`) and run:
```bash
mvn clean compile
@@ -223,7 +226,7 @@ What is the input and output of the program? What is the expected behaviour of t
- Input: User interactions (login, organization selection, donation amount)
- Output: JavaFX UI displaying organizations, user profiles, donation confirmations
-1. **Excpected behavior:**
+1. **Expected behavior:**
The program allows the user to:
@@ -278,9 +281,10 @@ Each report includes:
## References 🔗
-Innsamlingskontrollen API:
-
-For more references, they are included in the project report
+For more references and project details, kindly refer yourself to the project report and Wiki pages
+
+- **GitHub Wiki**: [GitHub Wiki](https://git.ntnu.no/Group-5/Help-Me-Help/wiki)
+
+- **Innsamlingskontrollen API**: [Innsamlingskontrollen](https://app.innsamlingskontrollen.no/api/public/v1/all)
---
-"""