From 4ae4abbf113f025d8528ce27c5fa0a40947bc5b4 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 4 Jun 2022 15:58:22 +0000 Subject: [PATCH] fix(fmt): time to delete deno fmt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8e90a903..51c0b85c2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Discordeno follows [semantic versioning](https://semver.org/) - **Secure & stable**: Discordeno is actively maintained to ensure great performance and convenience. - **Simple, Efficient, & Lightweight**: Discordeno is simplistic, easy-to-use and versatile while being efficient and lightweight. No caching by default. -- **Functional API**: The functional API ensures overall concise - yet performant code while removing the difficulties of extending built-in classes and inheritance. +- **Functional API**: The functional API ensures overall concise yet performant code while removing the difficulties of + extending built-in classes and inheritance. - **Cross Runtime**: Supports both Deno and Node.js runtimes. - **Standalone REST, Gateway, Custom Cache & more**: Discordeno provides the ability to have almost every part of a bot as a standalone piece.