diff --git a/Install.md b/Install.md index 5b73b47..a5f4d88 100644 --- a/Install.md +++ b/Install.md @@ -27,7 +27,7 @@ There are multiple ways to use `Human` library, pick one that suits you: - `dist/human.js`: IIFE format bundle with TFJS for Browsers - `dist/human.esm.js`: ESM format bundle with TFJS for Browsers -- `dist/human.esm-nobundle.js`: ESM format bundle without TFJS for Browsers +- `dist/human.esm-nobundle.js`: ESM format bundle without TFJS for Browsers, must be run through bundler to resolve dependencies - `dist/human.node.js`: CommonJS format for NodeJS, optimized for usage with `tfjs-node` - `dist/human.node-gpu.js`: CommonJS format for NodeJS, optimized for usage with `tfjs-node-gpu`