From 489cd87afe59ee98398f6065f17bbbaae7471d76 Mon Sep 17 00:00:00 2001 From: Noeri Huisman <8823461+mrxz@users.noreply.github.com> Date: Wed, 20 May 2026 13:08:00 +0200 Subject: [PATCH] Fix incorrect importmap in example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff339943..1f3a00cc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Copy the following code into an `index.html` file. { "imports": { "three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js", - "three/addons/": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.180.0/examples/jsm/", + "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/", "@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/2.1.0/spark.module.js" } }