Skip to content

Commit

Permalink
chore: Update examples to always use math examples
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Dec 8, 2023
1 parent 9c96927 commit 032ff3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 032ff3d

Please sign in to comment.