From 739f43e3bc61fc81d6e8ab2e56e21f7a3d3cc23a Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Sat, 29 Jun 2024 14:01:37 +0200 Subject: [PATCH] docs(README): add headings to examples --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0a704ab..1880ff7 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,16 @@ These examples are generated by [./scripts/examples.sh](scripts/examples.sh). Note some of these examples send automated input to an interactive bash session. +### Cowsay + ```bash $ termsnap -l 9 -c 28 -- cowsay Hello, world ``` ![Termsnap output of the cowsay command saying "hello world"](./media/cow.svg) +### Neovim + ```bash $ termsnap -l 12 -c 60 -- nvim --clean ./scripts/example.py <