Skip to content

Commit d2137ea

Browse files
Apply suggestions from code review
Co-authored-by: Eric Urban <[email protected]>
1 parent 42daf04 commit d2137ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/text-to-speech-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Go to your resource in the Azure portal. The **Endpoint and Keys** can be found
3737
1. Create a .NET app using the `dotnet new` command:
3838

3939
```dotnetcli
40-
dotnet new console -n OpenAISpeech
40+
dotnet new console -n TextToSpeech
4141
```
4242
4343
1. Change into the directory of the new app:

0 commit comments

Comments
 (0)