Skip to content

Commit de3bac9

Browse files
Escape special characters
1 parent fe1bc6a commit de3bac9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh
4747

4848
- node-red-nodegen http://petstore.swagger.io/v2/swagger.json
4949
- cd ~/.node-red
50-
- npm install *<path-to>*/node-red-contrib-swagger-petstore
50+
- npm install \<path-to\>/node-red-contrib-swagger-petstore
5151
- node-red
5252

5353
-> You can use swagger-petstore node on Node-RED flow editor.
@@ -57,7 +57,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh
5757
- In Node-RED flow editor, edit the function node and to the right of the 'name' option, click on the book icon and select 'Save to library'. Then fill in the 'Export as' with the file name (lower-case.js).
5858
- node-red-nodegen ~/.node-red/lib/functions/lower-case.js
5959
- cd ~/.node-red
60-
- npm install *<path-to>*/node-red-contrib-lower-case
60+
- npm install \<path-to\>/node-red-contrib-lower-case
6161
- node-red
6262

6363
-> You can use lower-case node on Node-RED flow editor.
@@ -66,7 +66,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh
6666

6767
- node-red-nodegen example.jsonld
6868
- cd ~/.node-red
69-
- npm install *<path-to>*/node-red-contrib-example-thing
69+
- npm install \<path-to\>/node-red-contrib-example-thing
7070
- node-red
7171

7272
-> You can use Example Thing node on Node-RED flow editor.
@@ -75,7 +75,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh
7575

7676
- node-red-nodegen http://example.com/td.jsonld --wottd --lang "en-US,en;q=0.5"
7777
- cd ~/.node-red
78-
- npm install *<path-to>*/node-red-contrib-example-thing
78+
- npm install \<path-to\>/node-red-contrib-example-thing
7979
- node-red
8080

8181
-> You can use Example Thing node on Node-RED flow editor.
@@ -86,7 +86,7 @@ You may need to run this with `sudo`, or from within an Administrator command sh
8686
- Export JSON definition of the SUBFLOW template from Export menu. We assume it is saved to a file named qrcode.json.
8787
- node-red-nodegen qrcode.json
8888
- cd ~/.node-red
89-
- npm install *<path-to>*/node-red-contrib-qrcode
89+
- npm install \<path-to\>/node-red-contrib-qrcode
9090
- node-red
9191

9292
-> You can use qrcode node on Node-RED flow editor.

0 commit comments

Comments
 (0)