diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ``` |