From 2ab1eb9300a874aabb9d020434469d89a7b71300 Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Sun, 1 Sep 2019 11:35:34 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ebb8dd..bdeee2e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Download the minified js file in dist folder and include it in your html. Generate LeonSans and draw it in the Canvas element of HTML5. ```javascript -let leon, controll, canvas, ctx; +let leon, canvas, ctx; const sw = 800; const sh = 600; @@ -70,7 +70,6 @@ function init() { weight: 200 }); - requestAnimationFrame(animate); }