diff --git a/library.json b/library.json index 5df6b892..d3bf832e 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "name": "Blynk", "version": "1.0.1", "description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", - "keywords": "sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http", + "keywords": "communication, sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http", "authors": { "name": "Volodymyr Shymanskyy", @@ -24,5 +24,5 @@ }, "frameworks": "*", "platforms": "*", - "examples": "examples/*/*/*.ino" + "headers": "Blynk.h" }