summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 14:25:31 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 14:25:31 +0300
commit475ccb9566634e6e4741c8f23323b9b0be3ef449 (patch)
tree183f810ec0f369c5d57f24646ff1a4adabb7935a
parent2487c3a761d6672a5a73c913593ab6d1710b697f (diff)
doc: Update tui reference
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27b05b5..54219a1 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The [dmesg](https://linux.die.net/man/8/dmesg) command is used below to retrieve
**kmon** provides a [text-based user interface](https://en.wikipedia.org/wiki/Text-based_user_interface) for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like [dmesg](https://en.wikipedia.org/wiki/Dmesg) and [kmod](https://www.linux.org/docs/man8/kmod.html) are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.
-kmon is written in [Rust](https://www.rust-lang.org/) and uses [tui-rs](https://github.com/fdehau/tui-rs) & [termion](https://github.com/redox-os/termion) libraries for its text-based user interface.
+kmon is written in [Rust](https://www.rust-lang.org/) and uses [Ratatui](https://ratatui.rs) & [termion](https://github.com/redox-os/termion) libraries for its text-based user interface.
### Table of Contents