ソースを参照

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