Skip to content

Commit fb9f012

Browse files
authored
Minor
1 parent 03a4565 commit fb9f012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/Face/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ If cutting / pasting specific examples only, for instance say you only want Iden
1717

1818
## Compile and run
1919
Enter the following at a command prompt from your root folder: <br>
20-
javac FaceQuickstart.java -cp .;lib\* <br>
21-
java -cp .;lib\* FaceQuickstart
20+
`javac FaceQuickstart.java -cp .;lib\*` <br>
21+
`java -cp .;lib\* FaceQuickstart`
2222

2323
NOTE: If you run this sample with JRE 9+, you may encounter the following issue:
2424
https://github.com/Azure/autorest-clientruntime-for-java/issues/569 which results in the following output: <br>

0 commit comments

Comments
 (0)