From a445d71beb68c227cdbeb5c7a11803685ff94f37 Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentin.bolsee@cba.mit.edu>
Date: Tue, 15 Apr 2025 15:04:10 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 090d5bb..2b9a0f3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 This code implements a USB speaker streaming audio to an I2S device, based on [Phil Schatzmann's port](https://www.pschatzmann.ch/home/2024/10/13/tinyusb-audio-on-an-rp2040-in-arduino/) of the TinyUSB Audio class for the rp2040.
 
-An example board is available on How to Make (Almost) Anything's website:
+An example board is available on How to Make (Almost) Anything's website (hello.MAX98357A.RP2040):
 [https://academy.cba.mit.edu/classes/output_devices/](https://academy.cba.mit.edu/classes/output_devices/)
 
 ## Dependencies
-- 
GitLab