From 1f92ef7b0317f391e07c60c9297e69ed1ac0a2f7 Mon Sep 17 00:00:00 2001 From: Vincent Herlemont Date: Sat, 2 Sep 2023 13:26:31 +0200 Subject: [PATCH] docs: fix CI badge --- libraries/native_model/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/native_model/README.md b/libraries/native_model/README.md index 4017deea..4fe34a3e 100644 --- a/libraries/native_model/README.md +++ b/libraries/native_model/README.md @@ -1,9 +1,7 @@ # Native model [![Crates.io](https://img.shields.io/crates/v/native_model)](https://crates.io/crates/native_model) -[![Build and Release](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release. -yml/badge. -svg)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml) +[![Linux/Windows/macOS (Build/Test/Release)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml/badge.svg)](https://github.com/vincent-herlemont/native_model/actions/workflows/build_and_test_release.yml) [![Documentation](https://docs.rs/native_model/badge.svg)](https://docs.rs/native_model) [![License](https://img.shields.io/crates/l/native_model)](LICENSE)