From 4d492b3d6c930d8482ca23915331193d42676e94 Mon Sep 17 00:00:00 2001 From: lbovay Date: Wed, 23 Nov 2016 16:14:34 +0100 Subject: [PATCH] Replaced quotes --- library.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index f0a71c6..9423873 100644 --- a/library.json +++ b/library.json @@ -1,14 +1,13 @@ { - "name": “easyMesh”, - "keywords": “esp8266 mesh network networking”, - "description": “A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.“, + "name": "easyMesh", + "keywords": "esp8266 mesh network networking", + "description": "A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.", "repository": { "type": "git", "url": "https://github.com/Coopdis/easyMesh" }, - "version": “1.0.0”, - "frameworks": “*”, + "version": "1.0.0", + "frameworks": "*", "platforms": "esp8266" } -