diff --git a/Usage.md b/Usage.md index 6420d28..052edc0 100644 --- a/Usage.md +++ b/Usage.md @@ -56,7 +56,7 @@ Plus additional helper functions inside `human.draw`: human.draw.gesture(canvas, result.gesture) // draw detected gesture results to canvas ``` -Style of drawing is configurable via `human.draw.options` object: +Style of drawing is configurable via `human.draw.drawOptions` object: ```js color: 'rgba(173, 216, 230, 0.3)', // 'lightblue' with light alpha channel