From 44a3d67e37bc9203c02017ce1a338d8a20ab86d0 Mon Sep 17 00:00:00 2001 From: Adam Tyler Date: Wed, 17 Jun 2026 09:13:02 -0500 Subject: [PATCH] Add CI and coverage badges, switch npm badge to shields.io The badge.fury.io npm badge was caching a stale version; shields.io reflects the published version more reliably. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f49a200..4fe9ddb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # React Dice 🎲 -[![npm version](https://badge.fury.io/js/react-dice-complete.svg)](https://badge.fury.io/js/react-dice-complete) +[![npm version](https://img.shields.io/npm/v/react-dice-complete.svg)](https://www.npmjs.com/package/react-dice-complete) +[![CI](https://github.com/AdamTyler/react-dice-complete/actions/workflows/ci.yml/badge.svg)](https://github.com/AdamTyler/react-dice-complete/actions/workflows/ci.yml) +[![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/AdamTyler/react-dice-complete/actions/workflows/ci.yml) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues) Library for creating multisided dice and rolling them. Check out the demo [here](http://adam-tyler.com/react-dice-complete).