aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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'
```