From d1fa9cf046ed6587829f3f79833496ed8ae773d7 Mon Sep 17 00:00:00 2001
From: Mike <10135646+mikesmithgh@users.noreply.github.com>
Date: Tue, 31 Oct 2023 22:15:34 -0400
Subject: [PATCH] chore: use gif instead of mov
---
README.md | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index fdfef8f6..cdee9b6f 100644
--- a/README.md
+++ b/README.md
@@ -369,18 +369,12 @@ Arguments that can be passed to the `kitty_scrollback_nvim` Kitten defined in [k
By default, `kitty-scrollback.nvim` uses [Nerd Fonts](https://www.nerdfonts.com) in the status window. If you would like to
use ASCII instead, set the option `status_window.style_simple` to `true`.
-
- Status window with Nerd Fonts opts.status_window.style_simple = false
-
- https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/4cf5b303-5061-43da-a857-c99daea82332
-
-
-
- Status window with ASCII text opts.status_window.style_simple = true
-
- https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/a0e1b574-59ab-4abf-93a1-f314c7cd47b3
-
-
+- Status window with Nerd Fonts opts.status_window.style_simple = false
+![style_simple_false](https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/662bf132-0b39-4028-b69f-eb85fbb69b60)
+
+- Status window with ASCII text opts.status_window.style_simple = true
+![style_simple_true](https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/c19a1869-e4e4-40fd-b619-fed771d0153f)
+
## 🫡 Commands and Lua API
The API is available via the `kitty-scrollback.api` module. e.g., `require('kitty-scrollback.api')`