From 80685cd460a0207a5ac074cc43adc45abd796eaa Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 1 Apr 2019 12:26:09 -0700 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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! │ + <\\ |\ | ╰───────────────╯ + <\\\ |(__) +<\\\\ | + +```