Update README.md

This commit is contained in:
Max Wu 2016-03-15 11:35:16 +08:00
parent 7fdf3ea0c9
commit b824fc8cf3

View file

@ -20,7 +20,7 @@ Browsers Requirement
Prerequisite 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 - PostgreSQL 9.3.x or 9.4.x
- MongoDB 3.0.x - MongoDB 3.0.x
- npm and bower - npm and bower
@ -122,10 +122,10 @@ Third-party integration api key settings
--- ---
| service | file path | description | | service | file path | description |
| ------- | --------- | ----------- | | ------- | --------- | ----------- |
| facebook, twitter, github, dropbox | config.js | for signin | | facebook, twitter, github, dropbox | `config.js` | for signin |
| imgur | config.js | for image upload | | imgur | `config.js` | for image upload |
| dropbox | public/views/foot.ejs | for chooser and saver | | dropbox | `public/views/foot.ejs` | for chooser and saver |
| google drive | public/js/common.js | for export and import | | google drive | `public/js/common.js` | for export and import |
Operational Transformation Operational Transformation
--- ---