From 85198a9e234c97f4590803abe8ff9c8a9ef57210 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Mar 2020 16:53:20 -0700 Subject: [PATCH] Fix Spell Check workflow badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d277a64..ed7d056 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ArduinoSound -[![Compile Examples Status](https://github.com/arduino-libraries/ArduinoSound/workflows/Compile%20Examples/badge.svg)](https://github.com/arduino-libraries/ArduinoSound/actions?workflow=Compile+Examples) [![Spell Check Status](https://github.com/arduino-libraries/ArduinoSound/workflows/Spell%Check/badge.svg)](https://github.com/arduino-libraries/ArduinoSound/actions?workflow=Spell+Check) +[![Compile Examples Status](https://github.com/arduino-libraries/ArduinoSound/workflows/Compile%20Examples/badge.svg)](https://github.com/arduino-libraries/ArduinoSound/actions?workflow=Compile+Examples) [![Spell Check Status](https://github.com/arduino-libraries/ArduinoSound/workflows/Spell%20Check/badge.svg)](https://github.com/arduino-libraries/ArduinoSound/actions?workflow=Spell+Check) A simple way to play and analyze audio data using Arduino. Currently only supports SAMD21 boards and I2S audio devices.