diff --git a/Install.md b/Install.md index 563e470..f18ce5c 100644 --- a/Install.md +++ b/Install.md @@ -126,7 +126,7 @@ Install with: ``` ```js -import tf from '@tensorflow/tfjs'; +import tf from '@tensorflow/tfjs'; // eslint-disable-line node/no-extraneous-import import Human from '@vladmandic/human/dist/human.esm-nobundle.js'; // same functionality as default import, but without tfjs bundled const human = new Human(); ```