From 105e9d27bb699256d2676baa2fcf9c1049da773a Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Wed, 2 Sep 2020 22:14:03 -0400 Subject: [PATCH] docs: rename demo gif --- README.md | 2 +- assets/{summary_and_search.gif => demo.gif} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{summary_and_search.gif => demo.gif} (100%) diff --git a/README.md b/README.md index 0a19dde7..e504ea58 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop). -![Quick demo recording showing off searching, expanding, and process killing.](assets/summary_and_search.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.4.7. +![Quick demo recording showing off searching, expanding, and process killing.](assets/demo.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.4.7. **Note**: If you are reading this on the master branch, then it may refer to in-development or un-released features/changes. Please refer to [release branch](https://github.com/ClementTsang/bottom/tree/release/README.md) or [crates.io](https://crates.io/crates/bottom) for the most up-to-date _release_ documentation. diff --git a/assets/summary_and_search.gif b/assets/demo.gif similarity index 100% rename from assets/summary_and_search.gif rename to assets/demo.gif