Skip to content

Commit

Permalink
Update formats in README.md and html files
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhitoyokoi committed Dec 24, 2019
1 parent 442b82d commit 6ea328e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions templates/function/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Node-RED node for {{&nodeName}}

{{&description}}

Install
-------
## Install

To install the stable version use the `Menu - Manage palette - Install`
option and search for {{&projectName}}, or run the following
Expand Down
10 changes: 5 additions & 5 deletions templates/swagger/node.html.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,17 @@
credentials: {
{{#isSecure}}
{{#isSecureToken}}
secureTokenValue: { type:"password" },
secureTokenValue: { type: "password" },
{{/isSecureToken}}
{{#isSecureApiKey}}
secureApiKeyValue: { type:"password" },
secureApiKeyValue: { type: "password" },
{{/isSecureApiKey}}
{{#isSecureBasic}}
username: { type:"text" },
password: { type:"password" },
username: { type: "text" },
password: { type: "password" },
{{/isSecureBasic}}
{{/isSecure}}
temp: { type:"text" }
temp: { type: "text" }
},
label: function () {
return this.name || this.host;
Expand Down
6 changes: 2 additions & 4 deletions templates/webofthings/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ Node-RED node for {{nodeName}}

{{description}}

Install
-------
## Install

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

npm install {{projectName}}

Interactions
------------
## Interactions

### Properties

Expand Down

0 comments on commit 6ea328e

Please sign in to comment.