docs: Use img shield badge so that we can print 'Build|Passing' instead of 'Cmake|Passing'

This commit is contained in:
lazysegtree 2026-01-13 12:48:43 +05:30
parent 55cbe9fbe4
commit 99ddfc4c93
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div align="center">
[![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)