From efab60744e7284e245bbd6266755ab3ca1a37200 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 31 Oct 2020 12:05:31 -0400 Subject: Rename demo to poller --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7919b4f..445bf35 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Locally running this application should be pretty simple. 2. Install dependencies * `pip install -r requirements.txt` 3. Run the app - * `gunicorn demo:APP --bind=localhost:5000` + * `gunicorn poller:APP --bind=localhost:5000` 4. Visit localhost:5000 in your web browser. ## Linting This demo uses pylint. -Travis CI will automatically run pylint on commits and PRs, but you can also run pylint manually, using `pylint demo`. +Travis CI will automatically run pylint on commits and PRs, but you can also run pylint manually, using `pylint poller`. The pylint_quotes plugin is loaded by [the pylintrc](./.pylintrc) and will ensure standardised quotation mark formats. -- cgit v1.2.3