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 ... ```