From b548cdc72dd90499b8378bc6941538b4270b8fae Mon Sep 17 00:00:00 2001 From: Orange Cheers Date: Tue, 25 Jul 2023 12:51:33 +0800 Subject: [PATCH] Fix typo. (#505) --- docs/Database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Database.md b/docs/Database.md index ddaea3e0..04b932de 100644 --- a/docs/Database.md +++ b/docs/Database.md @@ -7,7 +7,7 @@ Using sqlpp11 requires of three logical parts: Three connector libraries are included in this repository: - * MySQL / MariaBD + * MySQL / MariaDB * sqlite3 / SQLCipher * PostgreSQL