From 1063f46c22cc8209e1895f86e00e31b29583664f Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 9 Dec 2021 14:13:55 -0500 Subject: [PATCH] typos --- Config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.md b/Config.md index 6dd6238..4391147 100644 --- a/Config.md +++ b/Config.md @@ -40,7 +40,7 @@ Most of configuration options are exposed in the `demo` application UI:
-Configurtion object is large, but typically you only need to modify few values: +Configuration object is large, but typically you only need to modify few values: - `enabled`: Choose which models to use - `baseModelPath`: Update as needed to reflect your application's relative path @@ -49,7 +49,7 @@ for example, ```js const myConfig = { - baseModelPath: `https://cdn.jsdelivr.net/npm/@vladmandic/human@2.3.5/dist/human.esm.min.js`, + baseModelPath: `https://cdn.jsdelivr.net/npm/@vladmandic/human/models/`, segmentation: { enabled: true }, } const human = new Human(myConfig);