diff --git a/README.md b/README.md
index d269584..30b2b9e 100644
--- a/README.md
+++ b/README.md
@@ -101,11 +101,29 @@ There is also the minified version
import {
vec3,
mat4,
-} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.js';
+} from 'https://wgpu-matrix.org/dist/2.x/wgpu-matrix.module.min.js';
// ... etc ...
```
+and a UMD version
+
+```html
+
+
+```
+
+or UDM min version
+
+```html
+
+...
+```
+
or via npm
```sh