From ec6b3471aae6a03c9bbae9f49c58ab4faeaf827f Mon Sep 17 00:00:00 2001 From: tofasthacker Date: Thu, 4 Jan 2024 02:55:17 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e0a24..cdb0a80 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,6 @@ askai --config ## Example Usage ```bash -echo "This is some data" | askai "Discribe the input" --config +$ cat askai | askai "what programming language is this" + The script is written in Python language. ```