From 15f0b360c49bf254c7b60ad3a90e4163a4ca80f9 Mon Sep 17 00:00:00 2001 From: Ali Turki Date: Sun, 24 May 2026 07:51:03 +0800 Subject: [PATCH] fix(readme): drop redundant label param breaking downloads badge shields.io returns 'invalid' for /github/downloads/.../total when the URL also sets label=downloads. The endpoint defaults to that label anyway, so just drop the param. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e38f03..10f19a4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Point it at any folder. DocsReader scans the directory for Markdown files, organizes them into a navigable tree, and renders each one in a clean reader. macOS, Linux, Windows. [![Latest Release](https://img.shields.io/github/v/release/anbturki/docsreader?label=latest&color=7c3aed)](https://github.com/anbturki/docsreader/releases/latest) -[![Downloads](https://img.shields.io/github/downloads/anbturki/docsreader/total?label=downloads&color=7c3aed)](https://github.com/anbturki/docsreader/releases) +[![Downloads](https://img.shields.io/github/downloads/anbturki/docsreader/total?color=7c3aed)](https://github.com/anbturki/docsreader/releases) [![Notarization](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/anbturki/docsreader/main/.github/badges/notarization.json)](https://github.com/anbturki/docsreader/actions/workflows/notarize-staple.yml) [![Apple Notarized](https://img.shields.io/badge/macOS-signed%20%26%20notarized-000000?logo=apple&logoColor=white)](https://github.com/anbturki/docsreader/actions/workflows/notarize-staple.yml)