diff --git a/tools/dnc/README.md b/tools/dnc/README.md
index 6b1eb56a1720649166e6a0a9c99cd97e1761759c..805a636324885062da9f0627bd5172cb6268c275 100644
--- a/tools/dnc/README.md
+++ b/tools/dnc/README.md
@@ -2,7 +2,7 @@
 
 ## Overview
 
-**dnc** is a versatile command-line utility that enables network connectivity between peers in a Distributed Hash Table (DHT) network. It allows you to establish connections with other peers or devices and create TCP sockets on remote devices, similar to the traditional `nc` (netcat) utility.
+**dnc** is a versatile command-line program that enables network connectivity between peers in a Distributed Hash Table (DHT) network. It allows you to establish connections with other peers or devices and create TCP sockets on remote devices, similar to the traditional `nc` (netcat) utility.
 
 **Key Features**:
 - Create TCP sockets on remote devices.
diff --git a/tools/dsh/README.md b/tools/dsh/README.md
index af92142e06f463ef56bfb7db15e90f370fbb3ea4..b18acbb346b2024cce43bce8bae5a62f74c71b9f 100644
--- a/tools/dsh/README.md
+++ b/tools/dsh/README.md
@@ -1,6 +1,6 @@
 # dsh - Distributed Shell
 
-**dsh** is a Distributed Shell program that enables peers to establish connections with other peers in a Distributed Hash Table (DHT) network and execute a binary on the remote target.
+**dsh** is a Distributed Shell command-line program that enables peers to establish connections with other peers in a Distributed Hash Table (DHT) network and execute a binary on the remote target.
 
 ## Overview