diff --git a/README.md b/README.md
index 412ea08..fee3a22 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
## ❓ | Why?
- TypeScript Support 📘
-- 100% Promise-based 📜
+- Caching System 📜
- Flexible ⚙️
- Easy to use 👍
- Beginner Friendly 😄
@@ -22,9 +22,10 @@ $ yarn add quick-mongo-super
$ pnpm add quick-mongo-super
```
-See the full examples for JavaScript and TypeScript [here](https://github.com/shadowplay1/quick-mongo-super/tree/main/examples).
+# [Module Documentation](docs/README.md)
-See the full changelog [here](https://github.com/shadowplay1/quick-mongo-super/blob/main/changelog.md).
+- See the full examples for JavaScript and TypeScript [here](https://github.com/shadowplay1/quick-mongo-super/tree/main/examples).
+- See the full changelog [here](changelog.md).
## 🤔 | Help
@@ -34,12 +35,15 @@ See the full changelog [here](https://github.com/shadowplay1/quick-mongo-super/b
## ❗ | Useful Links
- NPM
- GitHub
+- Documentation
- Examples
- Changelog
- Discord Server
diff --git a/changelog.md b/changelog.md
index 708221b..5ac95aa 100644
--- a/changelog.md
+++ b/changelog.md
@@ -19,8 +19,8 @@
- Added CI/CD workflows to check the build status, linting and tests passing.
- Rewritten, optimized and improved the erroring system.
- Changed the approach of database connection and how the databases are created:
-- - Added the new `QuickMongoClient` and `QuickMongo` classes.
-- - Now, in order to create a database, you need to create an instance of `QuickMongoClient` first:
+ - Added the new `QuickMongoClient` and `QuickMongo` classes.
+ - Now, in order to create a database, you need to create an instance of `QuickMongoClient` first:
```ts
import { QuickMongoClient, QuickMongo } from 'quick-mongo-super'