From b6eaf7ce3745dbd421f8b1d6dbeae284ddda4053 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Fri, 14 Oct 2016 15:28:19 -0400 Subject: [PATCH] Make description match library.properties --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index bc5e6f2..6bbda24 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ArduinoHttpClient", "keywords": "http, web, client, ethernet, wifi, GSM", - "description": "ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino", + "description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.", "repository": { "type": "git",