diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0da9f61..8439979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# CHANGELOG
+
+## [1.0.0] 2022-10-19
+### Improvements
+
+- README Update
+ - Links & Texts
## [0.0.1] 2022-09-28
### Initial Release
diff --git a/README.md b/README.md
index bfc1f72..db4f2f2 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,31 @@
-# [Django Admin Material](https://pypi.org/project/django-admin-material-dashboard/) Dashboard
+# [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)
-Modern template for **Django Admin Interface** coded on top of **[Material Dashboard](https://www.creative-tim.com/product/material-dashboard?AFFILIATE=128200)** (free version).
+Modern template for **Django Admin Interface** coded on top of **Material Dashboard**, an open-source `Boostrap 5` design from `Creative-Tim`.
-> UI Kit: [Material Dashboard](https://github.com/creativetimofficial/material-dashboard) **v3.0.4** designed by `Creative-Tim`
+> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
-
+
-![Django Admin Material Dashboard - Edit users page.](https://user-images.githubusercontent.com/51070104/192813418-8738c303-b550-4e2c-bb8d-281376504cf4.jpg)
+**Links & Resources**
-
+- [Django Material Dashboard](https://appseed.us/product/material-dashboard/django/) - free starter with the same design
+- [Django Material Dashboard](https://django-material-dashboard.appseed-srv1.com/) - LIVE Demo
-## Why Django Material Dashboard?
+
-- Bootstrap 5 Design (Free version) provided by **Creative-Tim**
-- New fresh look
-- Responsive mobile interface
-- Useful admin home page
-- Minimal template overriding
-- Easy integration
+![Django Admin Material Dashboard - Edit users page.](https://user-images.githubusercontent.com/51070104/169301658-6cf27993-c451-4cd4-9ffa-2968b8981167.png)
+## Why `Django Admin Material`
+
+- Modern `Bootstrap 5` Design
+- `Responsive Interface`
+- `Minimal Template` overriding
+- `Easy integration`
+
+
+
## How to use it
@@ -75,11 +80,17 @@ Access the `admin` section in the browser: `http://127.0.0.1:8000/`
## Screenshots
+> **Material Dashboard Theme** - `Admin Section`
+
![Django Admin Material Dashboard - Admin dashboard page.](https://user-images.githubusercontent.com/51070104/192813541-14f0eb32-fdbf-415b-ad67-07364784a133.jpg)
+> **Material Dashboard Theme** - `Admin Widgets`
+
![Django Admin Material Dashboard - New User Page.](https://user-images.githubusercontent.com/51070104/192813655-8772ae21-b707-42a4-b2ba-15d648bf2768.jpg)
+
+
---
-**Django Admin Material Dashboard** - Open-source Admin THEME provided by **[AppSeed](https://appseed.us/)**
+**[Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**
diff --git a/setup.py b/setup.py
index 50a37f7..0d7c513 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-material-dashboard',
-version='0.0.1',
+version='1.0.0',
zip_safe=False,
packages=find_packages(),
include_package_data=True,