From 454708e8da585a390b5e9bd30196fec0dfd284e1 Mon Sep 17 00:00:00 2001 From: Scott W Harden Date: Wed, 23 Mar 2022 21:33:05 -0400 Subject: [PATCH] Readme: update status badge --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b349e3a..3a6905a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # FftSharp -[![CI](https://github.com/swharden/FftSharp/actions/workflows/ci.yaml/badge.svg)](https://github.com/swharden/FftSharp/actions/workflows/ci.yaml) -[![](https://img.shields.io/nuget/dt/FftSharp?color=004880&label=downloads&logo=NuGet)](https://www.nuget.org/packages/FftSharp/) -[![](https://img.shields.io/nuget/vpre/FftSharp?color=%23004880&label=NuGet&logo=nuget)](https://www.nuget.org/packages/FftSharp/) -[![GitHub](https://img.shields.io/github/license/swharden/FftSharp?color=%231281c0)](LICENSE) - +[![CI/CD](https://github.com/swharden/FftSharp/actions/workflows/ci.yaml/badge.svg)](https://github.com/swharden/FftSharp/actions/workflows/ci.yaml) **FftSharp is a collection of Fast Fourier Transform (FFT) tools for .NET.** FftSharp is provided under the permissive [MIT license](LICENSE) so it is suitable for use in commercial applications. FftSharp targets .NET Standard and has no dependencies so it can be easily used in cross-platform .NET Framework and .NET Core applications.