소스 검색

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