From 68e6f127852815ca4a4ef871ffa344f861eaf367 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 5 Feb 2022 21:31:05 +0100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5746210..b4a1e9a 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,5 @@ zip -r MiniDexed_Raspberry_Pi_4.zip sdcard/* ## Acknowledgements * [dcoredump](https://github.com/dcoredump) for https://codeberg.org/dcoredump/MicroDexed, a Dexed port to a microcontroller -* [rsta2](https://github.com/rsta2) for https://github.com/rsta2/circle, the library to run code on bare betal Raspberry Pi (without a Linux kernel or operating system) +* [rsta2](https://github.com/rsta2) for the initial code and for https://github.com/rsta2/circle, the library to run code on bare betal Raspberry Pi (without a Linux kernel or operating system) * [smuehlst](https://github.com/smuehlst) for https://github.com/smuehlst/circle-stdlib, a version with Standard C and C++ library support