Skip to content

Commit 3b23c87

Browse files
committed
Apply feedback from Mark re issue 92 fix
Signed-off-by: Clive Harris <[email protected]>
1 parent 9f840b7 commit 3b23c87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/cdp/cdp-Deploying-a-nodejs-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ CICS TS V5.5 introduced support to run Node.js applications and is required by t
5353
create : META-INF/cics.xml
5454
CICS Bundle generated with bundleid "myexpressapp"</pre>
5555

56-
5. Confirm that the Node.js SDK is installed on z/OS
56+
5. Confirm that the Node.js version installed on z/OS is suitable for your application.
5757

5858
```text
59-
zowe zos-uss issue ssh "node --version" --user <my z/OS userid> --password <my z/OS password>
59+
zowe zos-uss issue ssh "node --version"
6060
```
6161
The output should indicate the installed version of Node.js.
6262

docs/pages/cdp/cdp-Requirements-on-zOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ CICSPlex System Manager \(CPSM\) is provided with CICS and is required to run th
2929

3030
### Node.js SDK
3131

32-
If you intend to run Node.js applications on z/OS, you must install the Node.js SDK. See [Installing and configuring IBM SDK for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/en/SSTRRS_8.0.0/com.ibm.nodejs.zos.v8.doc/install.htm) for full details.
32+
If you intend to run Node.js applications on z/OS, you must install the IBM SDK for Node.js - z/OS. See [Installing and configuring IBM SDK for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/en/SSTRRS_8.0.0/com.ibm.nodejs.zos.v8.doc/install.htm) for full details.

0 commit comments

Comments
 (0)