summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3443e1d5..ea3ab5ad 100644
--- a/README.md
+++ b/README.md
@@ -83,10 +83,10 @@ There are some configs you need to change in the files below
```
./config.json --- for server settings
-./public/js/common.js --- for client settings
+./public/js/config.js --- for client settings
```
-Client settings `common.js`
+Client settings `config.js`
---
| variables | example values | description |
@@ -148,7 +148,7 @@ Third-party integration api key settings
| ------- | --------- | ----------- |
| facebook, twitter, github, gitlab, dropbox, google | `config.json` | for signin |
| imgur | `config.json` | for image upload |
-| google drive, dropbox | `public/js/common.js` | for export and import |
+| google drive, dropbox | `public/js/config.js` | for export and import |
Third-party integration oauth callback urls
---