diff --git a/README.md b/README.md index b0ee6e5..ba1e2af 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A very fast implementation of [tldr](https://github.com/tldr-pages/tldr) in Rust: Simplified, example based and community-driven man pages. -![screenshot](screenshot-default.png) +Screenshot of tldr command If you pronounce "tldr" in English, it sounds somewhat like "tealdeer". Hence the project name :) @@ -170,7 +170,8 @@ The currently supported colors are: - `white` Example customization: -![screenshot](screenshot-custom.png) + +Screenshot of customized version ## Bash Autocompletion diff --git a/screenshot-custom.png b/screenshot-custom.png index 11223a0..ff0c78d 100644 Binary files a/screenshot-custom.png and b/screenshot-custom.png differ diff --git a/screenshot-default.png b/screenshot-default.png index 40b3bc3..8a73de7 100644 Binary files a/screenshot-default.png and b/screenshot-default.png differ