Skip to content

Commit ccbef0f

Browse files
committed
Update library.json
1 parent 431c5d1 commit ccbef0f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

library.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WebSockets",
3-
"keywords": "wifi, http, web, server, websocket",
3+
"keywords": "wifi, http, web, server, client, websocket",
44
"description": "WebSocket Server and Client for Arduino based on RFC6455",
55
"repository":
66
{
@@ -9,5 +9,11 @@
99
},
1010
"exclude": "tests",
1111
"frameworks": "arduino",
12-
"platforms": "*"
12+
"platforms": "*",
13+
"authors":
14+
{
15+
"name": "Markus Sattler",
16+
"url": "https://github.com/Links2004",
17+
"maintainer": true
18+
}
1319
}

0 commit comments

Comments
 (0)