Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neoguo0601 authored Sep 11, 2019
1 parent e63fa44 commit cd13c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomVoice-API-Samples/Java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project contains samples of HTTP-based Microsoft Custom Voice Synthesis API
## Build the samples

1. First, you must obtain a standard (not free) Speech API subscription key by following instructions in Microsoft Cognitive Services subscription.
2. Make sure that you have Maven installed. Under the directory with the pom file, run the command 'mvn assembly:assembly' to Compile the executable jar package.
2. Make sure that you have Maven installed. Under the directory with the pom file, run the command `mvn assembly:assembly` to Compile the executable jar package.
3. Run use this command: `java -jar target\CustomVoiceAPI-Java-1.0-SNAPSHOT.jar`. Related parameters, please refer to the following Usage.

#### usage
Expand Down

0 comments on commit cd13c88

Please sign in to comment.