summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Wu2016-03-15 11:35:16 +0800
committerMax Wu2016-03-15 11:35:16 +0800
commitb824fc8cf3d473a7966823e07945f1bf72db8f06 (patch)
treeeffdb28b5af359b6b22a9e695995171c91d36436 /README.md
parent7fdf3ea0c9a9ef0df55e713834dca1a20803adca (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 952e82d5..e15da922 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Browsers Requirement
Prerequisite
---
-- Node.js 4.x or up (test up to 5.2.0)
+- Node.js 4.x or up (test up to 5.8.0)
- PostgreSQL 9.3.x or 9.4.x
- MongoDB 3.0.x
- npm and bower
@@ -122,10 +122,10 @@ Third-party integration api key settings
---
| service | file path | description |
| ------- | --------- | ----------- |
-| facebook, twitter, github, dropbox | config.js | for signin |
-| imgur | config.js | for image upload |
-| dropbox | public/views/foot.ejs | for chooser and saver |
-| google drive | public/js/common.js | for export and import |
+| facebook, twitter, github, dropbox | `config.js` | for signin |
+| imgur | `config.js` | for image upload |
+| dropbox | `public/views/foot.ejs` | for chooser and saver |
+| google drive | `public/js/common.js` | for export and import |
Operational Transformation
---