Skip to content

Commit

Permalink
Fix example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Munk Hansen committed May 16, 2019
1 parent 9a05429 commit 692a854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Using the library is straightforward:
LiquidCrystal_74HC595 lcd(11, 13, 12, 1, 3, 4, 5, 6, 7);
void setup() {
lcd.begin(20, 4);
lcd.print("Hello, World!");
lcd.begin(20, 4);
lcd.print("Hello, World!");
}
void loop() {}
Expand Down

0 comments on commit 692a854

Please sign in to comment.