From 6baef469c8d20f7f1e567edba9886401ea9baa7c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 14 Nov 2024 18:39:10 -0700 Subject: [PATCH] Fixed a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f24103..fc560db 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ ## Credit -The original project for this widget is the [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget), which was purppose built for the specific use +The original project for this widget is the [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget), which was purpose built for the specific use case of [`mqttui`](https://github.com/EdJoPaTo/mqttui).