From ae129447bc0ac24d0fb0ba60ada2db998760d56b Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Thu, 28 Apr 2022 10:02:27 +0200 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6496a7d..216fd2c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For Arduino, you can download the library as zip and call include Library -> zip ``` cd ~/Documents/Arduino/libraries -git clone pschatzmann/arduino-liblc3.git +git clone pschatzmann/arduino-libopenapt.git ``` This has the advantage that you can easily get the latest code updates by just executing the command ```git pull```