diff --git a/README.md b/README.md index a1a3ea2..b2f9085 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ tell you that you have 15 days up to it. - [ ] Add Events with time - [ ] List events with time - [ ] Sort events by ETA -- [ ] Removing events +- [ ] Option to remove events +- [ ] Move the app "db" to a fixed space - [ ] Replace `dbg!` with [env_logger](https://crates.io/crates/env_logger) (reasoning: Although `dbg!` is nice and dandy, it can't be disabled, and that's bad UI)