From 99ddfc4c93538c063d4a694b46d665a60d2ee8ba Mon Sep 17 00:00:00 2001 From: lazysegtree <59679977+lazysegtree@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:48:43 +0530 Subject: [PATCH] docs: Use img shield badge so that we can print 'Build|Passing' instead of 'Cmake|Passing' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a575cf5..df5d470 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-[![Build Status](https://github.com/jarro2783/cxxopts/actions/workflows/cmake.yml/badge.svg)](https://github.com/jarro2783/cxxopts/actions/workflows/cmake.yml) +[![Build Status](https://img.shields.io/github/actions/workflow/status/jarro2783/cxxopts/cmake.yml?label=build)](https://github.com/jarro2783/cxxopts/actions/workflows/cmake.yml) [![Conan](https://img.shields.io/conan/v/cxxopts)](https://conan.io/center/recipes/cxxopts) [![vcpkg](https://img.shields.io/vcpkg/v/cxxopts)](https://vcpkg.io/en/package/cxxopts) [![GitHub release](https://img.shields.io/github/v/release/jarro2783/cxxopts?label=github%20release)](https://github.com/jarro2783/cxxopts/releases)