diff --git a/README.md b/README.md
index 604b7ee..a6e5a10 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
- Python budget tracking "app" running in a browser. Just because.
+ A personal finance budget dashboard in a browser with data from a SQLite DB `budget.db`.
- Built entirely with Python's `stdlib` and SQLite.
+ Built entirely with Python's `stdlib` with a SQLite connection.
Run it with…
@@ -8,7 +8,7 @@ Run it with…
python budget.py
```
- …and it will automatically launch in the default browser on `http://localhost:8080`. Data is saved to a SQLite DB `budget.db`.
+ …and it will automatically launch in the default browser on `http://localhost:8080`.
## Requires