From e1e7877f94ac048aefd7433d632832e6c1077ef0 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 11 Nov 2016 06:20:01 -0800 Subject: [PATCH] Improve the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c9ffbe..93f45da 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,5 @@ Add **one** new DOM event listener to log the state of each bulb. - When a user clicks a button that just turned on, log`" bulb on"` to the console. - When a user clicks a button that just turned off, log`" bulb off"` to the console. + +**TIP:** Make sure only a button click causes a message to be logged to the console.