From ff9df5817f82e36468f51395f78f84f766f427c5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 24 Feb 2021 11:03:10 +0000 Subject: [PATCH] Fix typos --- README.md | 2 +- docs/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3ba40a..56adc82 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ It's yours. #### 7. Supports multiple databases -DiscordTickets uses [Sequelize](https://github.com/sequelize/sequelize) to allow you to choose from SQLite, MySQL, MariaDB, PostreSQL, or MSSQL for your database, with very little setup. +DiscordTickets uses [Sequelize](https://github.com/sequelize/sequelize) to allow you to choose from SQLite, MySQL, MariaDB, PostgreSQL, or MSSQL for your database, with very little setup. If you choose SQLite, which is the default as it is the easiest, you don't need to do anything! If you choose to use another database (recommended), you only need to install the package(s) with NPM and create the database. All of the database tables are created automatically, regardless of which database type you use. diff --git a/docs/README b/docs/README index edf2330..3680bd6 100644 --- a/docs/README +++ b/docs/README @@ -1 +1 @@ -This documentation is intended to be access through the website (https://discordtickets.eartharoid.me) \ No newline at end of file +This documentation is intended to be accessed through the website (https://discordtickets.eartharoid.me) \ No newline at end of file