summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--afb-client/README.md4
-rw-r--r--afb-client/nbproject/project.xml2
-rw-r--r--afb-client/package.json4
3 files changed, 5 insertions, 5 deletions
diff --git a/afb-client/README.md b/afb-client/README.md
index 6b628da..e506468 100644
--- a/afb-client/README.md
+++ b/afb-client/README.md
@@ -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
diff --git a/afb-client/nbproject/project.xml b/afb-client/nbproject/project.xml
index 4979f19..438e3ff 100644
--- a/afb-client/nbproject/project.xml
+++ b/afb-client/nbproject/project.xml
@@ -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>
diff --git a/afb-client/package.json b/afb-client/package.json
index 3b11ee1..26cf47f 100644
--- a/afb-client/package.json
+++ b/afb-client/package.json
@@ -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"