From 8fd0847b1c0ef716592cc90b66808816ec3ec35a Mon Sep 17 00:00:00 2001 From: Arya Gorjipour <36107942+Aryagorjipour@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:05:58 +0330 Subject: [PATCH] Update README.md: add status badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 584601b..6065bdd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # SFD (Smart File Downloader) +![License](https://img.shields.io/github/license/Aryagorjipour/SFD) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Aryagorjipour/SFD/ci.yml) +![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Aryagorjipour/SFD) + A command-line application written in Go that allows users to download multiple files concurrently with features like pausing, resuming, and canceling downloads. ## Features