Skip to content

Commit eebaf78

Browse files
authored
Update README.md
1 parent 138f508 commit eebaf78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import sys
108108
def run_example():
109109

110110
print("\nSparkFun Qwiic Button Example 1")
111-
my_button = qwiic_button.Qwiic_Button()
111+
my_button = qwiic_button.QwiicButton()
112112

113113
if my_button.begin() == False:
114114
print("\nThe Qwiic Button isn't connected to the system. Please check your connection", \
@@ -133,6 +133,7 @@ if __name__ == '__main__':
133133
print("\nEnding Example 1")
134134
sys.exit(0)
135135

136+
136137
```
137138
<p align="center">
138139
<img src="https://cdn.sparkfun.com/assets/custom_pages/3/3/4/dark-logo-red-flame.png" alt="SparkFun - Start Something">

0 commit comments

Comments
 (0)