diff --git a/readme.md b/readme.md
index ce0ed5c..9b809b7 100755
--- a/readme.md
+++ b/readme.md
@@ -8,15 +8,17 @@ MyDrive is an Open Source cloud file storage server (Similar To Google Drive). H
## đ Index
-- [Features](#âī¸-features)
-- [Tech stack](#đ¨âđŦ-tech-stack)
-- [Installation (non docker)](#đģ-installation)
-- [Docker](#đŗ-docker)
-- [Screenshots](#đ¸-screenshots)
-- [Video](#đĨ-video)
-- [Live demo](#đšī¸-live-demo)
-- [Feature requests/bug reports](#đž-bug-reports-and-feature-requests)
-- [Updating from a previous version of myDrive](#âŦī¸-updating-from-a-previous-version-of-mydrive)
+- [Features](#features)
+- [Tech stack](#tech-stack)
+- [Installation (non docker)](#installation)
+- [Docker](#docker)
+- [Screenshots](#screenshots)
+- [Video](#video)
+- [Live demo](#live-demo)
+- [Feature requests/bug reports](#bugs)
+- [Updating from a previous version of myDrive](#updating)
+
+
## âī¸ Features
@@ -36,6 +38,8 @@ MyDrive is an Open Source cloud file storage server (Similar To Google Drive). H
- Email Verification
- JWT (Access and Refresh Tokens)
+
+
## đ¨âđŦ Tech Stack
- React
@@ -45,6 +49,8 @@ MyDrive is an Open Source cloud file storage server (Similar To Google Drive). H
- MongoDB
- Vite
+
+
## đģ Installation
Required:
@@ -120,6 +126,8 @@ NODE_OPTIONS="--max-old-space-size=4096" npm run build
You can read more about this issue [here](https://stackoverflow.com/questions/38558989/node-js-heap-out-of-memory).
+
+
## đŗ Docker
Setup:
@@ -140,6 +148,8 @@ Setup:
npm run docker:production
```
+
+
## đ¸ Screenshots
Modern and colorful design
@@ -172,20 +182,28 @@ Move File/Folders
Trash

+
+
## đĨ Video
I created a short YouTube video, showing off myDrives design and features: (Coming soon)
+
+
## đšī¸ Live demo
Demo: http://143.244.181.219:3000/
-- Note: Creating, deleting and other features are disabled in the demo.
+Note: Creating, deleting and other features are disabled in the demo.
+
+
## đž Bug reports and Feature Requests
Contact Email: kyle.hoell@gmail.com
+
+
## âŦī¸ Updating from a previous version of myDrive
If you are upgrading from myDrive 3 there is some data migration and scripts you must run for myDrive 4 to work properly.