Doc
authorFulup Ar Foll <fulup@iot.bzh>
Wed, 16 Dec 2015 16:25:52 +0000 (17:25 +0100)
committerFulup Ar Foll <fulup@iot.bzh>
Wed, 16 Dec 2015 16:25:52 +0000 (17:25 +0100)
afb-client/README.md
afb-client/nbproject/project.xml
afb-client/package.json

index 6b628da..e506468 100644 (file)
@@ -7,8 +7,8 @@ Install HTML5 development toolchain on your host
        git clone https://github.com/iotbzh/afb-client.git
 
     2) Install NodeJs [not used on target] 
-        zypper install nodejs
-        yum install nodejs
+       zypper install nodejs
+       yum install nodejs
 
     3) Install building tools [bower, gulp, ....]
        npm install # this install all development tool chain dependencies
index 4979f19..438e3ff 100644 (file)
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.web.clientproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/clientside-project/1">
-            <name>afb-client</name>
+            <name>AFBclient</name>
         </data>
         <libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/>
     </configuration>
index 3b11ee1..26cf47f 100644 (file)
@@ -1,7 +1,7 @@
 {
-  "name": "AudioClient",
+  "name": "AFBclient",
   "private": true,
-  "version": "0.0.0",
+  "version": "0.0.1",
   "repository": {
     "type": "git",
     "url": "https://github.com/iotbzh/healthy-gulp-angular-foundation6"