Skip to content

Commit

Permalink
doc: Fix formatting for example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
T-vK committed Feb 27, 2020
1 parent e43fdd6 commit 7e17d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void setup() {
}

void loop() {
if(bleKeyboard.isConnected()) {
if(bleKeyboard.isConnected()) {
Serial.println("Sending 'Hello world'...");
bleKeyboard.print("Hello world");

Expand Down

0 comments on commit 7e17d03

Please sign in to comment.