From 84b4f26b152516daf7646fdb727725699f9176aa Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Sun, 4 Aug 2024 01:06:37 -0700 Subject: [PATCH] docs: update demo image (#1276) Follow up to https://github.com/ratatui-org/ratatui/pull/1203 --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b2fc67331..1950e9272a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ -![Demo](https://github.com/ratatui-org/ratatui/blob/1d39444e3dea6f309cf9035be2417ac711c1abc9/examples/demo2-destroy.gif?raw=true) +![Demo](https://github.com/ratatui-org/ratatui/blob/87ae72dbc756067c97f6400d3e2a58eeb383776e/examples/demo2-destroy.gif?raw=true)
diff --git a/src/lib.rs b/src/lib.rs index dd94e72c53..6689656646 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! ![Demo](https://github.com/ratatui-org/ratatui/blob/1d39444e3dea6f309cf9035be2417ac711c1abc9/examples/demo2-destroy.gif?raw=true) +//! ![Demo](https://github.com/ratatui-org/ratatui/blob/87ae72dbc756067c97f6400d3e2a58eeb383776e/examples/demo2-destroy.gif?raw=true) //! //!
//!