From 432106b7c62e82be1d8837c63a00ded9b4da5768 Mon Sep 17 00:00:00 2001 From: Max Wu Date: Sun, 16 Oct 2016 00:53:33 +0800 Subject: [PATCH] Update README.md add charset requirement about DB, refer to issue #208 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 516c0cc..cab2723 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Prerequisite --- - Node.js 4.x or up (test up to 6.7.0) -- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) +- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8` - npm and bower Get started