Skip to content

Commit

Permalink
Fix: sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Jun 9, 2023
1 parent 8c1b752 commit ffe6f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Node.JS/Examples/Basic Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ const client = new Client("http://127.0.0.1:50021"); //Start a client that sends

async function main() { //These two lines create the query and send the request for it to be synthesized
const audioquery = await client.createAudioQuery("こんにちは", 1);
const audioquery.synthesis(1);
await audioquery.synthesis(1);
}
```
```

0 comments on commit ffe6f11

Please sign in to comment.