summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wu2016-10-16 00:53:33 +0800
committerGitHub2016-10-16 00:53:33 +0800
commit432106b7c62e82be1d8837c63a00ded9b4da5768 (patch)
treea76d4147b2e1c20fd267dd96d7b68cbb102926fe
parent7edd39846c1cc6b1aaa9794c12c02844b2ad513a (diff)
Update README.md
add charset requirement about DB, refer to issue #208
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 516c0cc4..cab2723d 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