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);