From 157e8a8ae9b3f25967c83d76211bb33ba00b519d Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+yaboyaxis@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:24:18 -0400 Subject: [PATCH] refactor(readme): Shortened MariaDB statement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2aabbf8..d9279a60 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ These instructions are intended for bot development only. ### Requirements * Node `v14.0.0` and above. -* [MariaDB](https://mariadb.org/), a drop-in replacement for [MySQL](https://www.mysql.com/). - * Note: MySQL will **not** work. +* [MariaDB](https://mariadb.org/) + * MySQL will **not** work. ### Running the bot 1. `cd backend`