Bladeren bron

Update README.md

cube 5 dagen geleden
bovenliggende
commit
f5c23378b8
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4
    4
      README.md

+ 4
- 4
README.md Bestand weergeven

@@ -15,11 +15,11 @@ flask app for plurals to publicly share member lists
15 15
 
16 16
 # config
17 17
 
18
-- create `config.py` in the instance folder and customise the following settings to your needs\
18
+- create `config.py` in the instance folder and customise the following settings to your needs  
19 19
 ```
20
-REGISTRATION: False # only set to True if in a development situation, or to create your first user
21
-UPLOAD_FOLDER = '/uploads'
22
-ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
20
+REGISTRATION: False # only set to True if in a development situation, or to create your first user  
21
+UPLOAD_FOLDER = '/uploads'  
22
+ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}  
23 23
 ```
24 24
 
25 25
 # usage