summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Croft2016-05-15 09:51:35 -0400
committerJason Croft2016-05-15 09:51:35 -0400
commitc6a4fdd5cf16a8d63a249de37be912fe5efd7fcf (patch)
tree9e7c5ee84971e7f79bf7d62230616add6bbd670d /README.md
parented9eddeed64d0c75f94c1eefcf72cb9b99827ba6 (diff)
Remove GitLab from common.js row.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea6e6559..a1e93ea1 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Third-party integration api key settings
| ------- | --------- | ----------- |
| facebook, twitter, github, gitlab, dropbox | `config.json` | for signin |
| imgur | `config.json` | for image upload |
-| gitlab, google drive, dropbox | `public/js/common.js` | for export and import |
+| google drive, dropbox | `public/js/common.js` | for export and import |
DB migration
---