diff --git a/README.md b/README.md index 5ce3f50..0909060 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ gunicorn. Here is an example below: class uploadr: domain = "example.com" port = 8005 - uploads = '/home/dannydevito/uploads' # where uploaded files will be stored - qrcodes = '/home/dannydevito/qrcodes' # where generated qr codes will be stored + uploads = '/home/dannydevito/uploads' # uploaded files will be stored + qrcodes = '/home/dannydevito/qrcodes' # qr codes will be stored # gunicorn bind = "0.0.0.0:" + uploadr.port