Merge pull request #151 from tomi-font/main

Fix the cat.
This commit is contained in:
Daniel Miessler 2024-03-03 11:04:02 -08:00 committed by GitHub
commit 72189c9bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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