Skip to content

Commit 34ff6bb

Browse files
committed
Improve code fencing in README
1 parent 231cd21 commit 34ff6bb

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

web-banking/README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,12 @@ definitions and Java components installed. To use this:
128128
2. Copy it across to the zFS partition on your LPAR (ensuring it's
129129
copied in binary format)
130130
3. From a shell when connected to USS on the LPAR, extract the zip
131-
file, e.g., ```jar xf cics-async-api-redbooks-master.zip```
131+
file, e.g.,
132+
133+
```bash
134+
jar xf cics-async-api-redbooks-master.zip
135+
```
136+
132137
4. Edit the library resource in the CICS Bundle,
133138
[`AsyncRedbooksWebBankingBundle/ASYNCLIB.library`][asynclib], to
134139
change its `dsname01` property to point to your dataset with the
@@ -138,12 +143,24 @@ definitions and Java components installed. To use this:
138143
jvmserver property, if you've edited the default of `DFHWLP` that
139144
z/OS PT provides in its template
140145
4. Build the image:
141-
```zospt build -t cics_async_redbooks cics-async-api-redbooks-master/web-banking/etc/```
146+
147+
```bash
148+
zospt build -t cics_async_redbooks cics-async-api-redbooks-master/web-banking/etc/
149+
```
150+
142151
5. Run the image:
143-
```zospt run cics_async_redbooks```
152+
153+
```bash
154+
zospt run cics_async_redbooks
155+
```
156+
144157
6. After the CICS region starts successfully, use a web browser to
145158
connect to
146-
```http://[hostname]:[port]/AccountServices```
159+
160+
```
161+
http://[hostname]:[port]/AccountServices
162+
```
163+
147164
specific to your LPAR's hostname, and the port number assigned to
148165
your CICS region by z/OS PT.
149166

0 commit comments

Comments
 (0)