From 3a3cbb7362e400d067a97d3b4eaed03323e33908 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 4 May 2024 18:42:12 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2dc96c..d269584 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ There is also the minified version import { vec3, mat4, -} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.min.js'; +} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.js'; // ... etc ... ```