From 7c842f903e60b8a3a041dbebc90976c4963d6287 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 18 Mar 2017 22:35:44 +0100 Subject: [PATCH] Add 'MySQL Native Driver' as full name of 'mysqlnd' driver in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1ea3c..2671c2b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Completely framework-agnostic and database-agnostic. * PHP 5.6.0+ * PDO (PHP Data Objects) extension (`pdo`) - * `mysqlnd` driver + * MySQL Native Driver (`mysqlnd`) * OpenSSL extension (`openssl`) * MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** other SQL databases that you create the [schema](Database) for