From 6c1bc1ab92008f08983970fd81fe89478717767d Mon Sep 17 00:00:00 2001 From: rzmk Date: Fri, 24 Dec 2021 22:36:07 -0500 Subject: [PATCH] Change demo to include map --- README.md | 2 +- demo.gif => map-demo.gif | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename demo.gif => map-demo.gif (100%) diff --git a/README.md b/README.md index 0c616c4..4ecdeb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # International Space Station Position SPA 🛰 -[![Webapp demo](demo.gif)](https://rzmk.github.io/iss-position-spa) +[![Webapp demo](map-demo.gif)](https://rzmk.github.io/iss-position-spa) Fetches the latitude and longitude of the International Space Station (ISS) every 2 seconds and displays the live position on a map with a progress bar. diff --git a/demo.gif b/map-demo.gif similarity index 100% rename from demo.gif rename to map-demo.gif