diff --git a/README.md b/README.md index a199b3d..38e45aa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # horsay -cowsay but a horse +Takes a line of input and formats it in a text bubble next to a horse. + +``` +$ horsay +Hello, world! + ./|,,/| + < o o) ╭───────────────╮ + <\ ( | ──┤ Hello, world! │ + <\\ |\ | ╰───────────────╯ + <\\\ |(__) +<\\\\ | +$ echo Hello, world! | horsay + ./|,,/| + < o o) ╭───────────────╮ + <\ ( | ──┤ Hello, world! │ + <\\ |\ | ╰───────────────╯ + <\\\ |(__) +<\\\\ | + +```