Browse Source

Merge pull request #151 from tomi-font/main

Fix the cat.
pull/156/head
Daniel Miessler 12 months ago committed by GitHub
parent
commit
72189c9bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -287,7 +287,7 @@ Once you're set up, you can do things like:
```bash
# Take any idea from `stdin` and send it to the `/write_essay` API!
cat "An idea that coding is like speaking with rules." | write_essay
echo "An idea that coding is like speaking with rules." | write_essay
```
### Directly calling Patterns

Loading…
Cancel
Save