Skip to content

Commit a4740b2

Browse files
authored
Update javascript-browser.md
1 parent ef780d7 commit a4740b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript-browser.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Create a new, empty folder. If you want to host the sample on a web server, make
2424
## Unpack the Speech SDK for JavaScript into the new folder
2525

2626
Download the Speech SDK as a [.zip package](https://aka.ms/csspeech/jsbrowserpackage) and unpack it into the newly created folder. Five files are unpacked:
27-
* `microsoft.cognitiveservices.speech.sdk.bundle.js`: A human-readable version of the Speech SDK.
28-
* `microsoft.cognitiveservices.speech.sdk.bundle.js.map`: A map file that's used for debugging SDK code.
29-
* `microsoft.cognitiveservices.speech.sdk.bundle.d.ts`: Object definitions for use with TypeScript.
30-
* `microsoft.cognitiveservices.speech.sdk.bundle-min.js`: A minified version of the Speech SDK.
31-
* `speech-processor.js`: Code to improve performance on some browsers.
27+
- *microsoft.cognitiveservices.speech.sdk.bundle.js*: A human-readable version of the Speech SDK.
28+
- *microsoft.cognitiveservices.speech.sdk.bundle.js.map*: A map file that's used for debugging SDK code.
29+
- *microsoft.cognitiveservices.speech.sdk.bundle.d.ts*: Object definitions for use with TypeScript.
30+
- *microsoft.cognitiveservices.speech.sdk.bundle-min.js*: A minified version of the Speech SDK.
31+
- *speech-processor.js*: Code to improve performance on some browsers.
3232

3333
## Create an index.html page
3434

35-
Create a new file named `index.html` in the folder, and open this file with a text editor.
35+
Create a new file named *index.html* in the folder, and open this file with a text editor.
3636

3737
## Next steps
3838

0 commit comments

Comments
 (0)