Skip to content

Commit 015bac7

Browse files
authored
Update README.md
1 parent f73e6b7 commit 015bac7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ESP32 NIMBLE Keyboard library
22

3-
This library allows you to make the ESP32 act as a NimBLE-Arduino 2.x Keyboard and control what it does.
3+
This library allows you to make the ESP32 act as a <b>NimBLE-Arduino 2.x</b> Keyboard and control what it does.
44

55
# Credits
6-
This project is based on the excellent [ESP32-BLE-Keyboard]([https://github.com/Berg0162/ESP32-NIMBLE-Keyboard) by T-vK.
6+
This project is based on the excellent [ESP32-BLE-Keyboard](https://github.com/Berg0162/ESP32-NIMBLE-Keyboard) by <b>T-vK</b>.
77
The original <b>ESP32-BLE-Keyboard</b> library has been cloned and modified to comply to the latest version of NimBLE-Arduino 2.x
88

99
## Features
@@ -22,9 +22,9 @@ The original <b>ESP32-BLE-Keyboard</b> library has been cloned and modified to c
2222

2323
## Installation
2424
- (Make sure you can use the ESP32 with the Arduino IDE. [Instructions can be found here.](https://github.com/espressif/arduino-esp32#installation-instructions))
25-
- [Download the latest release of this library from the release page.](https://github.com/T-vK/ESP32-BLE-Keyboard/releases)
25+
- [Download the latest release of this library from the release page.](https://github.com/Berg0162/ESP32-NIMBLE-Keyboard/releases)
2626
- In the Arduino IDE go to "Sketch" -> "Include Library" -> "Add .ZIP Library..." and select the file you just downloaded.
27-
- You can now go to "File" -> "Examples" -> "ESP32 BLE Keyboard" and select any of the examples to get started.
27+
- You can now go to "File" -> "Examples" -> "ESP32 NIMBLE Keyboard" and select any of the examples to get started.
2828

2929
## Example
3030

0 commit comments

Comments
 (0)