From 3fcdaa2b100d099f973ae46a2432b07012826431 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 2 Sep 2020 21:52:13 -0500 Subject: [PATCH] Fix formatting of README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43f8175..3c5ac56 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ imgupload is a Flask + uWSGI application to serve as an all-purpose image/file u 5. Install dependencies: `python3 -m pip install -r requirements.txt` 6. Run the Flask app -### Running the Flask app -## Using uWSGI +## Running the Flask app +### Using uWSGI [https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html](https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html) + Instructions specific to imgupload are coming soon -## Using Flask development server +### Using Flask development server ```shell $ source env/bin/activate # if you haven't already entered the virtualenv $ export FLASK_APP=imgupload.py