Skip to content

Commit

Permalink
chore: updated links in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowplay1 committed Nov 30, 2023
1 parent c44fd93 commit 68f8829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## ❓ | Why?
<ul>
<li><b>TypeScript Support 📘</b></li>
<li><b>100% Promise-based 📜</b></li>
<li><b>Caching System 📜</b></li>
<li><b>Flexible ⚙️</b></li>
<li><b>Easy to use 👍</b></li>
<li><b>Beginner Friendly 😄</b></li>
Expand All @@ -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
Expand All @@ -34,12 +35,15 @@ See the full changelog [here](https://github.com/shadowplay1/quick-mongo-super/b
<ul>
<li><b><a href="https://www.npmjs.com/package/discord-economy-super">discord-economy-super</a></b></li>
<li><b><a href="https://www.npmjs.com/package/discord-leveling-super">discord-leveling-super</a></b></li>
<li><b><a href="https://www.npmjs.com/package/discord-giveaways-super">discord-giveaways-super</a></b></li>
<li><b><a href="https://www.npmjs.com/package/discord-achievements">discord-achievements</a></b></li>
</ul>

## ❗ | Useful Links
<ul>
<li><b><a href="https://www.npmjs.com/package/quick-mongo-super">NPM</a></b></li>
<li><b><a href="https://github.com/shadowplay1/quick-mongo-super">GitHub</a></b></li>
<li><b><a href="https://github.com/shadowplay1/quick-mongo-super/tree/main/docs">Documentation</a></b></li>
<li><b><a href="https://github.com/shadowplay1/quick-mongo-super/tree/main/examples">Examples</a></b></li>
<li><b><a href="https://github.com/shadowplay1/quick-mongo-super/blob/main/changelog.md">Changelog</a></b></li>
<li><b><a href="https://discord.gg/4pWKq8vUnb">Discord Server</a></b></li>
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 68f8829

Please sign in to comment.