diff --git a/README.md b/README.md index fd761fc..be6196a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Example: ## TODO -- [ ] Create a note -- [ ] Delete a note -- [ ] Modify a note +- [x] Create a note +- [x] Delete a note +- [x] Modify a note - [ ] Show all notes in a scrollable TextView in a raw terminal with [termimad](https://crates.io/crates/termimad) - [ ] Show all notes from `DATE` or `Category` -- [ ] Search a note by header +- [x] Search a note by header - [ ] Search a note by word (kinda grep)