Updated to reflect wiringpi2 to wiringpi rename
diff --git a/examples/n5510-mcp23017.py b/examples/n5510-mcp23017.py
index fb12f77..4251a80 100644
--- a/examples/n5510-mcp23017.py
+++ b/examples/n5510-mcp23017.py
@@ -1,5 +1,5 @@
 # Turns on each pin of an mcp23017 on address 0x20 ( quick2wire IO expander )
-import wiringpi2 as wiringpi
+import wiringpi
 
 PIN_BACKLIGHT = 67 # LED
 PIN_SCLK = 68 # Clock SCLK
@@ -92,4 +92,4 @@
   lcd_clear()
   wiringpi.delay(1000)
   lcd_fill()
-  wiringpi.delay(1000)
\ No newline at end of file
+  wiringpi.delay(1000)