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' ```