diff --git a/README.md b/README.md index bdeee2e..911783e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ For the drawing animation, include TweenMax (JS animation library) in your html. ``` -And update all the drawing valuse from 0 to 1 +And update all the drawing values from 0 to 1 ```javascript let i, total = leon.drawing.length; for (i = 0; i < total; i++) {