From 1f91c8681db4731fa2c0024937f6401f21a821d7 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:39:53 -0700 Subject: [PATCH] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9443a..4931d4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # unicode-properties -[![Build Status](https://github.com/unicode-rs/unicode-properties/workflows/Tests/badge.svg)](https://github.com/unicode-rs/unicode-properties/actions) +[![Build Status](https://github.com/unicode-rs/unicode-properties/actions/workflows/rust.yml/badge.svg)](https://github.com/unicode-rs/unicode-properties/actions) [![Current Version](https://img.shields.io/crates/v/unicode-properties.svg)](https://crates.io/crates/unicode-properties) [![License: MIT/Apache-2.0](https://img.shields.io/crates/l/unicode-properties.svg)](#license)