From 8df8493a111e8642441f80255f49bebb678ea4aa Mon Sep 17 00:00:00 2001 From: lbovay Date: Wed, 23 Nov 2016 16:16:39 +0100 Subject: [PATCH 1/2] Replaced quotes --- library.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index bc29b78..633f996 100644 --- a/library.json +++ b/library.json @@ -1,14 +1,13 @@ { - "name": “easyWebServer”, - "keywords": “esp8266 web server http”, - "description": “A very bare bones web server for esp8266. It will serve html, css, js, png, jpg, and ico files. Works quite well with Arduino, but does not require Arduino libraries“, + "name": "easyWebServer", + "keywords": "esp8266 web server http", + "description": "A very bare bones web server for esp8266. It will serve html, css, js, png, jpg, and ico files. Works quite well with Arduino, but does not require Arduino libraries", "repository": { "type": "git", "url": "https://github.com/Coopdis/easyWebServer" }, - "version": “1.0.0”, - "frameworks": “*”, + "version": "1.0.0", + "frameworks": "*", "platforms": "*" } - From 7129d85cd86c6f287f947aac0c504e71aeea6080 Mon Sep 17 00:00:00 2001 From: aessig Date: Wed, 23 Nov 2016 16:18:23 +0100 Subject: [PATCH 2/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..47aaffd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# easyWebServer +This is a simple http server for use on the esp8266