Skip to content

Commit b4077c7

Browse files
sophiegreenGitHub Enterprise
authored andcommitted
Update README.md
1 parent 69b7231 commit b4077c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# JCICSX-Samples
22

33
This repository contains samples to show different scenarios of how you might use the JCICSX API.
4-
These will not work out of the box, as you will require valid CICS resources eg CICS Programs for them to use.
5-
Each sample is contained within a web application which can be packaged as a WAR in a CICS bundle and deployed to CICS using the [cics-bundle-maven-plugin](https://github.com/IBM/cics-bundle-maven). If you're just interested in the Java code, this can be found in *src/main/java*. To run this locally on your own machine, refer to the documentation here:
6-
//Add link to KC
4+
These will not work out of the box, as you will require valid CICS resources eg CICS Programs and Libraries for them to use.
5+
Each sample is contained within a web application which can be packaged as a WAR in a CICS bundle and deployed to CICS using the [cics-bundle-maven-plugin](https://github.com/IBM/cics-bundle-maven) or the [CICS bundle Gradle plugin](https://github.com/IBM/cics-bundle-gradle). If you're just interested in the Java code, this can be found in *src/main/java*.
76

8-
## Pre-reqs
7+
8+
## Prerequisites
99

1010
* CICS TS V5.6 or later
1111
* Java SE 1.7 or later on the z/OS system

0 commit comments

Comments
 (0)