diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-14 22:47:11 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-14 22:47:11 +0100 |
| commit | 1b7ae7461829c28018043090b345f1924376f370 (patch) | |
| tree | e0505788f1bb940bb0146ae26eeaad62c9af170d | |
| parent | 3b41903d01c2446ee4d4f6804b1f80b0973560d9 (diff) | |
| download | fuelnearme-1b7ae7461829c28018043090b345f1924376f370.tar.gz fuelnearme-1b7ae7461829c28018043090b345f1924376f370.zip | |
fix typo in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,5 +48,5 @@ pip install -r requirements.txt - [ ] Handle API timeouts using `while` loops - [ ] Add true cost of fuel - cheaper fuel further away but driving there still costs - [ ] Create a real-time TUI - **depends on API functionality** -- [ ] Modualise the code - split into functions/classes +- [ ] Modularise the code - split into functions/classes - [ ] Replace `print` with `logging` module |
