From a85e061f4a0d6f02ffec797a26a26cc703a510f5 Mon Sep 17 00:00:00 2001 From: Ross Smyth Date: Thu, 26 Jan 2023 12:44:07 -0500 Subject: [PATCH] Forgot to keep the badge style the same --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25649bc..e2b1a05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FISA (Ferris Instrument Software Architecture) -[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/RossSmyth/FISA/main.yml?branch=main)](https://github.com/RossSmyth/fisa/blob/main/.github/workflows/main.yml) +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/RossSmyth/FISA/main.yml?branch=main&style=for-the-badge)](https://github.com/RossSmyth/fisa/blob/main/.github/workflows/main.yml) [![MPL-2.0](https://img.shields.io/github/license/RossSmyth/FISA?style=for-the-badge)](https://www.mozilla.org/en-US/MPL/2.0/) FISA is a Rust library for interfacing with IVI-VISA hardware interfaces. The goal is not to make an IVI-compliant shared library, but rather to let Rust code send and receive VISA messages.