From 6d7e4f5cf689f11df7d363f0a3ded13be3fa784b Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 17 Jan 2024 10:52:29 +0100 Subject: [PATCH] Update cowsay command usage --- docs/inputs/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/inputs/markdown.md b/docs/inputs/markdown.md index e00444e..48b4595 100644 --- a/docs/inputs/markdown.md +++ b/docs/inputs/markdown.md @@ -72,11 +72,11 @@ For example: ```markdown -![`cowsay "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow") +![`cowsay -t "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow") ``` -![`cowsay "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow") +![`cowsay -t "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow")