From eaf77ad8c8a91df6e63bee662062ff59a0ce987a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 8 Apr 2021 12:10:07 -0400 Subject: [PATCH] update --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`