Fix the description of an example.

This commit is contained in:
ben
2025-01-15 21:42:55 +01:00
parent a50394de67
commit b715dd6ee4

View File

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