Skip to content

Commit 3dd8410

Browse files
authored
Update README.md
1 parent f64bd13 commit 3dd8410

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
@@ -11,9 +11,9 @@ The samples are organized just like our API, which you can also try out directly
1111
The samples are all completely independent and self-contained so you can look at them to get a gist of how the method works, you can use the snippets to try in your own sample project, or you can run each sample from the command line.
1212

1313
##Running the Samples
14-
Clone this repository.
15-
Run "mvn package" in the root directory to create the SampleCode console app.
16-
Then run a sample directly by name:
14+
1. Clone this repository.
15+
2. Run "mvn package" in the root directory to create the SampleCode console app.
16+
3. Then run a sample directly by name:
1717
````
1818
> java -jar target/SampleCode.jar [CodeSampleName]
1919
````

0 commit comments

Comments
 (0)