From be126cf7209e3d31a595293b9c726605fb84d0d9 Mon Sep 17 00:00:00 2001 From: Thomas McKeesick Date: Tue, 26 Mar 2024 08:14:33 +1100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 917e237f..ce2a2b1e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Print pokemon in the CLI! An adaptation of the classic "cowsay" +

+ demo +

+ - [pokesay](#pokesay) - [One-line installs](#one-line-installs) - [Usage](#usage) @@ -18,12 +22,6 @@ Print pokemon in the CLI! An adaptation of the classic "cowsay" --- -## Demo - -

- demo -

- ## One-line installs _(These commands can also be used to update your existing pokesay)_ @@ -100,6 +98,8 @@ Usage: pokesay [-bCfhjLlsuvW] [-c value] [-n value] [-t value] [-w value] [param -w, --width=value the max speech bubble width [80] ``` +### Examples + - List all available categories ```shell pokesay -L @@ -206,4 +206,4 @@ Inspired by the [pokeshell](https://github.com/acxz/pokeshell) project, I've inc | [pokemonsay-newgenerations](https://github.com/HRKings/pokemonsay-newgenerations) | cowsay (perl) | ? | ? | ? | ? | ? | ? | | [pokeTerm](https://github.com/31marcosalsa/pokeTerm) | python3 | ? | ? | ? | ? | ? | ? | | [krabby](https://github.com/yannjor/krabby) | rust, cargo | ? | ❌ | ❌ | ✓ | ❌ | ❌ | -| [pokemonsay](https://github.com/dfrankland/pokemonsay) | npm | ? | ? | ? | ? | ? | ? | \ No newline at end of file +| [pokemonsay](https://github.com/dfrankland/pokemonsay) | npm | ? | ? | ? | ? | ? | ? |