aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.