Skip to content

Commit 593ae33

Browse files
committed
Get started with text to speech using TypeScript
1 parent 77f3c90 commit 593ae33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ms.author: eur
1616

1717
## Set up
1818

19-
1. Create a new folder `translation-quickstart` and go to the quickstart folder with the following command:
19+
1. Create a new folder `synthesis-quickstart` and go to the quickstart folder with the following command:
2020

2121
```shell
22-
mkdir translation-quickstart && cd translation-quickstart
22+
mkdir synthesis-quickstart && cd synthesis-quickstart
2323
```
2424

2525
1. Create the `package.json` with the following command:

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ms.author: eur
1616

1717
## Set up
1818

19-
1. Create a new folder `translation-quickstart` and go to the quickstart folder with the following command:
19+
1. Create a new folder `synthesis-quickstart` and go to the quickstart folder with the following command:
2020

2121
```shell
22-
mkdir translation-quickstart && cd translation-quickstart
22+
mkdir synthesis-quickstart && cd synthesis-quickstart
2323
```
2424

2525
1. Create the `package.json` with the following command:

0 commit comments

Comments
 (0)