From e9fcd33f43de36a7d706cab40ec06d1982c71db5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 18 Sep 2023 12:43:45 -0400 Subject: [PATCH] update wiki --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); ```