diff --git a/README.md b/README.md
index 7c175ed..d2243ed 100644
--- a/README.md
+++ b/README.md
@@ -30,5 +30,5 @@
- Extract CDRM-Project 2.0 git contents into the newly created `CDRM-Project` folder
- Install python dependencies `pip install -r requirements.txt`
- (Optional) Create the folder structure `/configs/CDMs/WV` and place your .WVD file into `/configs/CDMs/WV`
- - (Optional) Create the folder structur `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR`
+ - (Optional) Create the folder structure `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR`
- Run the application with `python main.py`
diff --git a/cdrm-frontend/src/App.jsx b/cdrm-frontend/src/App.jsx
index 683a867..fb72926 100644
--- a/cdrm-frontend/src/App.jsx
+++ b/cdrm-frontend/src/App.jsx
@@ -16,7 +16,7 @@ function App() {
{/* The SideMenu should be visible when isMenuOpen is true */}