Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 78d4cf5

Browse files
committed
Readme update
1 parent c1b4e78 commit 78d4cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Content-Type: application/json
8585
{"id":1,"name":"CICS TS for z/OS","stock":2}
8686
```
8787

88-
You can use this request using the command line tool cURL, replacing <hostname>, <port> and <WEBUSER> with your own values.
88+
You can issue this request using the command line tool cURL, replacing hostname, port and WEBUSER with your own values.
8989

9090
```shell
9191
curl <hostname>:<port>/stock/api/items/ -X POST -d '{ "name": "CICS TS for z/OS", "stock": 2 }' -H 'Content-Type: application/json' --user <WEBUSER>

0 commit comments

Comments
 (0)