From 9f77e24ef8fc62d14e7f5e65a12ed62f9f91c4db Mon Sep 17 00:00:00 2001 From: sh20raj Date: Thu, 25 Jul 2024 16:29:50 +0530 Subject: [PATCH] feat: Update SoundWave preview image URL --- README.md | 3 ++- .../screenshot.png | Bin 2 files changed, 2 insertions(+), 1 deletion(-) rename "assets/Screenshot 2024-07-25 at 4.14.15\342\200\257PM.png" => assets/screenshot.png (100%) diff --git a/README.md b/README.md index 3bac9fb..2a6dbcb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ [![Version](https://img.shields.io/github/release/SH20RAJ/soundwave.svg)](https://github.com/SH20RAJ/soundwave/releases) [![License](https://img.shields.io/github/license/SH20RAJ/soundwave.svg)](https://opensource.org/licenses/MIT) [![CDN](https://img.shields.io/badge/CDN-Available-brightgreen.svg)](https://cdn.jsdelivr.net/gh/SH20RAJ/soundwave@main/js/soundwave.js) +[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FSH20RAJ%2Fsoundwave&labelColor=%232ccce4&countColor=%23ba68c8&style=flat)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FSH20RAJ%2Fsoundwave) ## Preview -![SoundWave Preview](./assets/Screenshot 2024-07-25 at 4.14.15 PM.png) +![SoundWave Preview](https://cdn.jsdelivr.net/gh/SH20RAJ/soundwave@main/assets/screenshot.png) ## Getting Started diff --git "a/assets/Screenshot 2024-07-25 at 4.14.15\342\200\257PM.png" b/assets/screenshot.png similarity index 100% rename from "assets/Screenshot 2024-07-25 at 4.14.15\342\200\257PM.png" rename to assets/screenshot.png