From 7db6b823d7c36fc8c56df946279dc8ee8fb0f306 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 28 May 2025 21:13:53 +0200 Subject: [PATCH] docs: rename the screenshot --- README.md | 2 +- docs/images/{Screenshot.png => screenshot-main.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/images/{Screenshot.png => screenshot-main.png} (100%) diff --git a/README.md b/README.md index cca695c..cd4c4d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple [SpaceAPI](https://spaceapi.io/) server with web and REST interfaces. Built with Node.js using [Strapi](https://github.com/strapi/strapi). -![Screenshot](/docs/images/Screenshot.png?raw=true) +![Screenshot](/docs/images/screenshot-main.png?raw=true) ## Quick Start diff --git a/docs/images/Screenshot.png b/docs/images/screenshot-main.png similarity index 100% rename from docs/images/Screenshot.png rename to docs/images/screenshot-main.png