Skip to content

Commit e199b8e

Browse files
authored
Update README.md
1 parent 3dc1a1f commit e199b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ The original <b>ESP32-BLE-Keyboard</b> library has been cloned and modified to c
3030

3131
``` C++
3232
/**
33-
* This example turns the ESP32 into a Bluetooth LE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
33+
* This example turns the ESP32 into a NimBLE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
3434
*/
3535
#include <NimBleKeyboard.h>
3636

3737
BleKeyboard bleKeyboard;
3838

3939
void setup() {
4040
Serial.begin(115200);
41-
Serial.println("Starting BLE work!");
41+
Serial.println("Starting NimBLE work!");
4242
bleKeyboard.begin();
4343
}
4444

0 commit comments

Comments
 (0)