From a66d9832f66e8b2455995bb6276954c1756a372e Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 11 Nov 2016 06:41:09 -0800 Subject: [PATCH] Improve the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0154ff7..505f854 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Add DOM event listeners to toggle the on/off state of three bulbs. Add new DOM event listeners to log the mouse state of each button. -- When a user's mouse "enters" a button, log `"Entered button"` to the console. -- When a user's mouse "leaves" a button, log `"Left button"` to the console. +- When a user's mouse enters a button, log `"Entered button"` to the console. +- When a user's mouse leaves a button, log `"Left button"` to the console. **TIP:** Each event type will need a separate event listener.