Skip to content

Commit 59650b4

Browse files
committed
Update README.md
1 parent a71d66b commit 59650b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The samples are all completely independent and self-contained so you can look at
99

1010
##Running the Samples
1111
Clone this repository.
12-
Run "mvn install" in the root directory to create the SampleCode console app.
12+
Run "mvn package" in the root directory to create the SampleCode console app.
1313
Then run a sample directly by name:
1414
````
15-
> SampleCode [CodeSampleName]
15+
> java -jar target/SampleCode.jar [CodeSampleName]
1616
````
1717
e.g.
1818
````
19-
> SampleCode ChargeACreditCard
19+
> java -jar target/SampleCode.jar ChargeCreditCard
2020
````
2121
Running SampleCode without a parameter will give you the list of sample names. Handy or what!
2222

0 commit comments

Comments
 (0)