diff --git a/README.md b/README.md index 4b5fc1b..6835298 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ UZIP.js is faster than pako.js npm install uzip ``` +**ESM**: Use https://github.com/TomasHubelbauer/esm-uzip-js (automatically updated daily) + +```js +import UZIP from 'https://tomashubelbauer.github.io/esm-uzip-js/index.js'; +``` + ## Interface #### `UZIP.parse(buff)`