From b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8 Mon Sep 17 00:00:00 2001
From: ben
Date: Wed, 15 Jan 2025 21:42:55 +0100
Subject: Fix the description of an example.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index a975deb..c3a8d4a 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ To launch a chatbot while maintaining context:
 aichat -s
 ```
 
-Pipe a command and transform the result with the LLM:
+Pipe a command and interpret the result:
 ```
 ps aux | aichat 'which process use the most memory'
 ```
-- 
cgit v1.2.3