diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-29 23:28:35 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-29 23:28:35 -0500 |
commit | a9ddf71bb042a029e4cd7f3971e80c44f23b0f83 (patch) | |
tree | 9800bb4c35ee64eef330396ceae863fd801bc725 | |
parent | db1ce18ecf03c141817183ba7cb2214d0f86987f (diff) |
markdown is hard
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ Locally running this application should be pretty simple. * `pip install -r requirements.txt` 3. Run the app * `gunicorn poller:APP --bind=localhost:5000` -3.5. Scream because the database won't work because that's hard and I wrote this really poorly (rewrite soon(tm)) -4. Visit localhost:5000 in your web browser. +4. Scream because the database won't work because that's hard and I wrote this really poorly (rewrite soon(tm)) +5. Visit localhost:5000 in your web browser. ## Linting This demo uses pylint. |