From 032ff3d22f4cac762540fbd33288de9b58c03329 Mon Sep 17 00:00:00 2001 From: leoshimo <56844000+leoshimo@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:46:16 -0700 Subject: [PATCH] chore: Update examples to always use math examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2278f1..577e54e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ See `cogni --help` for documentation ```sh # Via stdin -$ echo "How do I read from stdin?" | cogni +$ echo "What is 50 + 50?" | cogni +50 + 50 equals 100. # Via file $ echo "What is 50 + 50?" > input.txt