From baef05f1db90578e7f77451f97af3b04e0ec5fe7 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Wed, 5 Feb 2025 13:12:57 -0800 Subject: [PATCH] Correct link build.js file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d81ff..40d50e2 100644 --- a/README.md +++ b/README.md @@ -803,7 +803,7 @@ To migrate your project from `0.14.0` to `0.15.0` you need to follow the followi ``` 3. Update your build.js file. -Which you can find [here](https://github.com/woutdp/live_svelte/blob/svelte-5/assets/copy/build.js) +Which you can find [here](https://github.com/woutdp/live_svelte/blob/master/assets/copy/build.js) ## Credits