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 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": "*" } -