diff --git a/README.md b/README.md index 1615fb3..ec41364 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # ranban -A simple TUI implementation of a Kanban board using Rust. \ No newline at end of file +A simple TUI implementation of a Kanban board using Rust. + +**Note:** This was primarily a way for me to mess around with developing TUI libraries in Rust. I've archived this project because I have since switched to just a handwritten todo list. This was still a good experience learning Ratatui if I ever need it again in the future.