From 5fa7119569ef1890f4cf54f7c5064204839e84df Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:26:15 -0800 Subject: [PATCH] docs: replace LLK URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6136742..c158a45 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This requires you to have Git and Node.js installed. In your own node environment/application: ```bash -npm install https://github.com/LLK/scratch-audio.git +npm install https://github.com/scratchfoundation/scratch-audio.git ``` If you want to edit/play yourself: ```bash