From 43f79558a19b096eedeaf6da8bf81ce5eb3c8e39 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 09:19:40 -0700 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7341fa2..c02b02f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add tools that augment the type of user interaction - Pencil tool: Click and drag across the canvas to paint pixels. - Rectangle tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. -**TIP:** Check out [this example](http://jsfiddle.net/ynctwr0m/) to learn why you may want to consider the `mouseenter` event over `mouseover`. +**TIP:** Check out [this example](http://jsfiddle.net/ynctwr0m/) to learn why you may want to consider the `mouseenter` event instead of `mouseover`. ### Deployment