typos

master
Vladimir Mandic 2021-12-09 14:13:55 -05:00
parent c8ca9cc9ec
commit 1063f46c22
1 changed files with 2 additions and 2 deletions

@ -40,7 +40,7 @@ Most of configuration options are exposed in the `demo` application UI:
<br>
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);