From a5af177bd20ac694b5bd6c848ba333493e8f8904 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 22 Apr 2018 21:58:46 +0100 Subject: [PATCH] Update README.md for no wrapping on github pages. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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