From c8d0f77ba34ec7d0c7d92d8207986baa6f11c178 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Fri, 29 May 2020 12:43:58 -0700 Subject: [PATCH] Add MySqlConnector to credits. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84146fc6d..1ac740f85 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Please get in touch with us via: - [SharpLab](https://sharplab.io/) - for helping us on our IL coding. - [Shields](https://shields.io/) - for the awesome badges. - [StackEdit](https://stackedit.io) - for being the markdown file editor. -- [System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite/), [MySql.Data](https://www.nuget.org/packages/MySql.Data/), [Npgsql](https://www.nuget.org/packages/Npgsql/) - for being the extended DB provider drivers. +- [System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite/), [MySql.Data](https://www.nuget.org/packages/MySql.Data/), [MySqlConnector](https://www.nuget.org/packages/MySqlConnector/), [Npgsql](https://www.nuget.org/packages/Npgsql/) - for being the extended DB provider drivers. ## License