Skip to content

Commit

Permalink
コマンド例を実行可能な形に修正 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
りーべ authored May 14, 2022
1 parent d91cdd6 commit 973d935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ curl -s \
-H "Content-Type: application/json" \
-X POST \
-d @query.json \
localhost:50021/synthesis?speaker=1 \
"localhost:50021/synthesis?speaker=1" \
> audio.wav
```

Expand Down Expand Up @@ -88,7 +88,7 @@ curl -s \
-H "Content-Type: application/json" \
-X POST \
-d @newquery.json \
localhost:50021/synthesis?speaker=1 \
"localhost:50021/synthesis?speaker=1" \
> audio.wav
```

Expand Down

0 comments on commit 973d935

Please sign in to comment.