From 99478d557dbaba0f5b0f41a8eca6fda251bf2184 Mon Sep 17 00:00:00 2001 From: lucifetsmith Date: Fri, 1 Feb 2019 14:20:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39cab5..7a138a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KISS FFT [![Build Status](https://api.travis-ci.com/mborgerding/kissfft.svg?branch=master)](https://travis-ci.com/mborgerding/kissfft) +# KISS FFT [![Build Status](https://travis-ci.com/mborgerding/kissfft.svg?branch=master)](https://travis-ci.com/mborgerding/kissfft) KISS FFT - A mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid."