From ed4a501d341ebc070b8de47495cc84bf0b990703 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 19 Apr 2022 12:03:18 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 527333c..be58f3b 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,10 @@ https://github.com/probonopd/MiniDexed/wiki ## Acknowledgements +This project stands on the shoulders of giants. Special thanks to: + * [raphlinus](https://github.com/raphlinus) for the [MSFA](https://github.com/google/music-synthesizer-for-android) sound engine * [asb2m10](https://github.com/asb2m10/dexed) for the [Dexed](https://github.com/asb2m10/dexed) software * [dcoredump](https://github.com/dcoredump) for https://codeberg.org/dcoredump/Synth_Dexed, a port of Dexed for embedded systems -* [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) and for the bulk of the MiniDexed code +* [rsta2](https://github.com/rsta2) for https://github.com/rsta2/circle, the library to run code on bare metal Raspberry Pi (without a Linux kernel or operating system) and for the bulk of the MiniDexed code * [smuehlst](https://github.com/smuehlst) for https://github.com/smuehlst/circle-stdlib, a version with Standard C and C++ library support