diff --git a/intro/blinkLED.rst b/intro/blinkLED.rst
index d504ff5249229519f04df09beea40314884478bc..fa5ec2e397c41767ed52a3dffb04af3413aa63e7 100644
--- a/intro/blinkLED.rst
+++ b/intro/blinkLED.rst
@@ -428,8 +428,8 @@ try modifying the earler *bash* script to use `gpiod` instead of `echo`.
     The following may not work on all Beagles since it depends on which 
     version of Debian you are running.
 
-Blinking in response to a button
----------------------------------
+Blinking in response to a button event
+--------------------------------------
 
 Some Beagles have a **USR** button that can be used  to control the LEDs. 
 You can test the **USR** button with ``evtest`` 
@@ -504,6 +504,9 @@ Try modifying the code to turn on a different LED.  Try blinking 2 or 3
 LEDs when the button is pressed.  Can you toggle an LED each time the 
 button is pressed?
 
+Blinking in response to a button poll
+-------------------------------------
+
 The next script polls the USR button and toggles the LED rather that waiting 
 for an event.