aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorben2025-01-15 21:42:55 +0100
committerben2025-01-15 21:42:55 +0100
commitb715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8 (patch)
tree6c0bfb81e6774332790c6a9f07d79a0da2342484 /README.md
parenta50394de67026a8201c69134c4dc40bbc59a3d2c (diff)
downloadai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.gz
ai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.bz2
ai_env-b715dd6ee4ae98fcde25a3953c7cd38cf9fbbdd8.tar.xz
Fix the description of an example.
Diffstat (limited to 'README.md')
-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'
```