From bf1781af29345ecf952216b0aba4cb3712d9e8d8 Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Fri, 3 Jun 2022 19:48:01 -0600 Subject: [PATCH] Rename homepage screenshot to prevent caching --- README.md | 2 +- .../{homepage.png => homepage-1-100-0.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename public/img/screenshots/{homepage.png => homepage-1-100-0.png} (100%) diff --git a/README.md b/README.md index caa0e79..eb14604 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Written in node.js and mongodb, eIquidus is the most stable, secure, customizable and feature-rich open-source block explorer with support for virtually any altcoin that implements some form of the [Bitcoin RPC API protocol](https://developer.bitcoin.org/reference/rpc/index.html). Originally built for the [Exor blockchain](https://github.com/team-exor/exor), eIquidus has since grown into a fully-featured explorer with a focus on stability and security at its core. All features from the [original iquidus explorer](https://github.com/iquidus/explorer) are included here along with many new ideas from other iquidus forks, and an absolute ton of new custom changes and bug fixes that were developed specifically for eIquidus. -![Homepage](public/img/screenshots/homepage.png) +![Homepage](public/img/screenshots/homepage-1-100-0.png) ### Premium Support diff --git a/public/img/screenshots/homepage.png b/public/img/screenshots/homepage-1-100-0.png similarity index 100% rename from public/img/screenshots/homepage.png rename to public/img/screenshots/homepage-1-100-0.png