From 36218648ccbb2d246c31d03687a40ce52e1e09f8 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 24 Jun 2026 15:35:34 -0500 Subject: [PATCH] Rename CI badge labels --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d3ec0..1b21b47 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ CS-MIC is a small, embeddable expression interpreter for .NET applications. It is designed for places where users need to enter flexible numeric input, while the host application needs a deterministic decimal result and a controlled extension surface. -![Build](https://git.jordanwages.com/wagesj45/cs-mic/actions/workflows/build.yml/badge.svg?branch=main) -![Tests](https://git.jordanwages.com/wagesj45/cs-mic/actions/workflows/tests.yml/badge.svg?branch=main) +![Build status](https://git.jordanwages.com/wagesj45/cs-mic/actions/workflows/build.yml/badge.svg?branch=main) +![Test status](https://git.jordanwages.com/wagesj45/cs-mic/actions/workflows/tests.yml/badge.svg?branch=main) The 2.0 release separates the project into two NuGet packages: