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.