commit 032ff3d22f4cac762540fbd33288de9b58c03329 from: leoshimo <56844000+leoshimo@users.noreply.github.com> date: Fri Dec 8 23:46:16 2023 UTC chore: Update examples to always use math examples commit - 9c9692773423fadea7ef1eddf583b5957a30c5a1 commit + 032ff3d22f4cac762540fbd33288de9b58c03329 blob - b2278f1c0654b5b983a9e2f2c34c77ad05e561b7 blob + 577e54e57dafb2187e1502c4682d8e5f628dda2d --- README.md +++ 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