Browse Source

Fix the cat.

pull/151/head
Tomi 9 months ago
parent
commit
30d77499ec
  1. 2
      README.md

2
README.md

@ -287,7 +287,7 @@ Once you're set up, you can do things like:
```bash ```bash
# Take any idea from `stdin` and send it to the `/write_essay` API! # 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 ### Directly calling Patterns

Loading…
Cancel
Save