From ccbef0fced31e3683c41189b9e18463bd678d172 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 29 Dec 2015 12:15:18 +0100 Subject: [PATCH] Update library.json --- library.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 4583a35..14bae5d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WebSockets", - "keywords": "wifi, http, web, server, websocket", + "keywords": "wifi, http, web, server, client, websocket", "description": "WebSocket Server and Client for Arduino based on RFC6455", "repository": { @@ -9,5 +9,11 @@ }, "exclude": "tests", "frameworks": "arduino", - "platforms": "*" + "platforms": "*", + "authors": + { + "name": "Markus Sattler", + "url": "https://github.com/Links2004", + "maintainer": true + } }