diff --git a/README.md b/README.md
index 2e07c3c..fdc8785 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ We will need to set up and start these three components in the order above for e
### Prerequisites
- Install `docker` and `docker-compose`.
- Install `Nodejs`.
-- Install a proper IDE/Text editor fo Java and Javascript. IntelliJ community edition is recommended for Java development but doesn't work very well with JavaScript. It's therefore recommended to use VS Code or any other JavaScript-friendly IDE when working with frontend code.
+- Install a proper IDE/Text editor for Java and Javascript. IntelliJ community edition is recommended for Java development but doesn't work very well with JavaScript. It's therefore recommended to use VS Code or any other JavaScript-friendly IDE when working with frontend code.
### Starting the database
To start the database open the terminal and `cd` your way in to the project root folder. You can just simply run
diff --git a/frontend/public/blueswirly.png b/frontend/public/blueswirly.png
new file mode 100644
index 0000000..549bb96
Binary files /dev/null and b/frontend/public/blueswirly.png differ
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
index c2c86b8..8a7d17a 100644
Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ
diff --git a/frontend/public/index.html b/frontend/public/index.html
index 79aed2b..07ff2bb 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -39,5 +39,10 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
+
+