From d34eac57d39c20d829a0c090cdda9e64705d9291 Mon Sep 17 00:00:00 2001 From: gabriel pita Date: Wed, 13 Nov 2024 00:07:28 -0300 Subject: [PATCH] Update README.md (#621) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f027d36a..797b5162 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Type '!multi' to enter multiple lines, then '!end' to finish You can use the `-s/--system` option to set a system prompt, providing instructions for processing other input to the tool. -To describe how the code a file works, try this: +To describe how the code in a file works, try this: ```bash cat mycode.py | llm -s "Explain this code"