Skip to content

Commit 6ea328e

Browse files
committed
Update formats in README.md and html files
1 parent 442b82d commit 6ea328e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

templates/function/README.md.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Node-RED node for {{&nodeName}}
55

66
{{&description}}
77

8-
Install
9-
-------
8+
## Install
109

1110
To install the stable version use the `Menu - Manage palette - Install`
1211
option and search for {{&projectName}}, or run the following

templates/swagger/node.html.mustache

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,17 @@
209209
credentials: {
210210
{{#isSecure}}
211211
{{#isSecureToken}}
212-
secureTokenValue: { type:"password" },
212+
secureTokenValue: { type: "password" },
213213
{{/isSecureToken}}
214214
{{#isSecureApiKey}}
215-
secureApiKeyValue: { type:"password" },
215+
secureApiKeyValue: { type: "password" },
216216
{{/isSecureApiKey}}
217217
{{#isSecureBasic}}
218-
username: { type:"text" },
219-
password: { type:"password" },
218+
username: { type: "text" },
219+
password: { type: "password" },
220220
{{/isSecureBasic}}
221221
{{/isSecure}}
222-
temp: { type:"text" }
222+
temp: { type: "text" }
223223
},
224224
label: function () {
225225
return this.name || this.host;

templates/webofthings/README.md.mustache

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ Node-RED node for {{nodeName}}
55

66
{{description}}
77

8-
Install
9-
-------
8+
## Install
109

1110
To install the stable version use the `Menu - Manage palette - Install`
1211
option and search for {{projectName}}, or run the following
1312
command in your Node-RED user directory, typically `~/.node-red`
1413

1514
npm install {{projectName}}
1615

17-
Interactions
18-
------------
16+
## Interactions
1917

2018
### Properties
2119

0 commit comments

Comments
 (0)