From 7e7d8b85cbfed1f1e54770662e1fa54058890c92 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 1 Sep 2019 23:25:24 +0200 Subject: [PATCH] fixed small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {