From 30d77499ec24ac2702fa88fa3a46acc901a5b896 Mon Sep 17 00:00:00 2001 From: Tomi <> Date: Sun, 3 Mar 2024 08:57:00 +0200 Subject: [PATCH] Fix the cat. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f17e96..c4b496a 100644 --- a/README.md +++ b/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