diff --git a/README.md b/README.md
index 6bc807fea48c50209ebab23f34c86531a446fd84..c4f31f797cd934122d593656b337fda253ddcbb8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ TRANSFER VALUE CHECK WITH TROY AND SUFI
 
 'Transfers R Us' is a web-based tool for calculating a football player's transfer value, this value is based on how their team has performed in previous league matches. This repository contains all the code neccesary to run the website as well as information about how we have worked together to create said website. Below is some useful information about running the website and references to any further modules you would need.
 
-**Website live link:** [click](http://167.235.155.84:5000/) 
+**Live link: [website](http://167.235.155.84:5000/)** 
 
 ## 🎯 **Features**
 - Account system
@@ -18,42 +18,40 @@ TRANSFER VALUE CHECK WITH TROY AND SUFI
 - Visualisation of real-time player transfer value
 - Player comparison
 
-## DB Info: http://167.235.155.84/phpmyadmin
-**Username:** sd
+## ⌨️  **DB Details**
+**DB Link: [phpMyAdmin](http://167.235.155.84/phpmyadmin)**
 
-**Password:** password
+**Username: sd**
 
-## Login Details:
+**Password: password**
+
+## 💿 **Login Details**
 
 Privilege | Username | Password
 -------------   | ------------- | ------------- 
 Standard User | user | user
 Admin | admin | admin 
 
-## REPORT:
+## 📝 REPORT:
 https://docs.google.com/document/d/1HKji17ybPp2ecZ0vmkA59hCNHfNrBcTp/edit?usp=sharing&ouid=116233008349144595530&rtpof=true&sd=true
 
-## GANTT CHART:
+## 📪 GANTT CHART:
 https://docs.google.com/spreadsheets/d/1z2WcQP0-amtd0keUgPOohVx4qdjET5cq8mdI5zdB0nQ/edit?usp=sharing
 
 ## 🖥️ **How to Run** 
 
 ## 🖇️ **Example Usage**
 
-## 📚 **Libraries/Modules** 
-Flask: [flask](https://flask.palletsprojects.com/en/2.2.x/)
-
-PyMySQL: [PyMySQL](https://pymysql.readthedocs.io/en/latest/)
+##  📚 **Installation Libraries/Modules** 
 
+Use the package manager [pip](https://pip.pypa.io/en/stable/installation/) to install libraries.
 
-## 📪 **Installation** 
-
-Use the package manager [pip](https://pip.pypa.io/en/stable/installation/) to install Flask and its extensions, as well as pymysql.
+[Flask Library]((https://flask.palletsprojects.com/en/2.2.x/))
 
 ```bash
 pip install flask
 ```
-
+[PyMySQL Library](https://pymysql.readthedocs.io/en/latest/)
 ```bash
 pip install flask-mysql
 ```
@@ -61,8 +59,16 @@ pip install flask-mysql
 ```bash
 pip install pymsql
 ```
+[Werkzeug Library](https://pypi.org/project/Werkzeug/)
+```bash
+pip install -U Werkzeug
+```
+[Dateutil Library](https://dateutil.readthedocs.io/en/stable/)
+```bash
+pip install python-dateutil
+```
 
-## **Developers** 
+## ✍🏻 **Developers** 
 * Jack Douet (@jqw2-douet)
 
 * Troy Akbulut (@t2-akbulut)