浏览代码

Update README.md

i forgot that the readme is wrong
cube 5 天前
父节点
当前提交
b6732c2ebd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -19,7 +19,7 @@ flask app for plurals to publicly share member lists
19 19
 
20 20
 ```
21 21
 REGISTRATION: False # only set to True if in a development situation, or to create your first user
22
-UPLOAD_FOLDER = '/uploads'
22
+UPLOAD_FOLDER = 'myriad/static/icons'
23 23
 ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
24 24
 ```
25 25