Merge pull request #13 from AnisTigrini/fix/license-rendering-bug

fix: Small rendering bug on MIT License
This commit is contained in:
Jacob Nguyen
2022-08-16 21:47:27 -05:00
committed by GitHub

View File

@@ -10,7 +10,8 @@ custom_edit_url: null
<a href="https://www.npmjs.com/package/@sern/handler"><img src="https://img.shields.io/npm/v/@sern/handler?maxAge=3600" alt="NPM version" /></a>
<a href="https://www.npmjs.com/package/@sern/handler"><img src="https://img.shields.io/npm/dt/@sern/handler?maxAge=3600" alt="NPM downloads" /></a>
[![License: MIT](https://img.shields.io/badge/License-MIT-blavk.svg)](https://opensource.org/licenses/MIT)
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blavk.svg" alt="MIT License" /></a>
A customizable, batteries-included, powerful discord.js framework to automate and streamline your bot development.
@@ -87,4 +88,4 @@ It is **highly encouraged** to use the [command line interface](https://github.c
## Roadmap
You can check our [roadmap](https://github.com/sern-handler/roadmap) to see what's going to be added or patched in the future.
You can check our [roadmap](https://github.com/sern-handler/roadmap) to see what's going to be added or patched in the future.