From 2a9c12cf0422fe5cbcde09a46aca9af5ed1eddde Mon Sep 17 00:00:00 2001 From: KaraZajac Date: Sun, 15 Feb 2026 20:58:19 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- src/ui/text_overlay.rs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2d84b1..ce5e903 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ src/ ## Credits -KAT is developed by **Kara Zajac (.leviathan)** and would not be possible without [ProtoPirate](https://protopirate.net/ProtoPirate/ProtoPirate). Truly standing on the shoulders of giants. +KAT is developed by **Kara Zajac (.leviathan)**. KAT would not be possible without [ProtoPirate](https://protopirate.net/ProtoPirate/ProtoPirate)—the protocol decoders, reference implementations, and community work are the foundation this tool is built on. Truly standing on the shoulders of giants. ### ProtoPirate Development Team diff --git a/src/ui/text_overlay.rs b/src/ui/text_overlay.rs index e11d07c..9830800 100644 --- a/src/ui/text_overlay.rs +++ b/src/ui/text_overlay.rs @@ -13,7 +13,9 @@ use crate::app::App; /// Credits text for the :credits command pub const CREDITS_TEXT: &str = r#"=============== CREDITS ============== -Keyfob Analysis tool is developed by Kara Zajac (.leviathan) and would not be possible without ProtoPirate. I am truely standing on the shoulders of giants when I developed this application. +KAT is developed by Kara Zajac (.leviathan). + +KAT would not be possible without ProtoPirate. The protocol decoders, reference implementations, and community work are the foundation this tool is built on. I am truly standing on the shoulders of giants. ProtoPirate Development Team ----