Skip to content

Commit 586c18c

Browse files
committed
cleaning up descriptions
1 parent 5b9fca9 commit 586c18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Speech to Text</h2>
1717
<h3>Microphone Input</h3>
1818
<ul>
1919
<li><a href="microphone-streaming.html">Transcribe from Microphone</a></li>
20-
<li><a href="microphone-streaming-preload-token.html">Transcribe from Microphone - w/ pre-loaded token</a></li>
20+
<li><a href="microphone-streaming-preload-token.html">Transcribe from Microphone, with pre-loaded token (compatible with iOS)</a></li>
2121
<li><a href="microphone-streaming-auto-stop.html">Transcribe from Microphone, automatically stop at first pause</a></li>
2222
<li><a href="microphone-streaming-model.html">Transcribe from Microphone, with chosen model</a></li>
2323
<li><a href="microphone-alternatives.html">Transcribe from Microphone, with Alternatives</a></li>
@@ -31,7 +31,7 @@ <h3>Microphone Input</h3>
3131
<h3>File Input</h3>
3232
<p>(user-provided or downloaded - several sample files available in static/ folder)</p>
3333
<ul>
34-
<li><a href="file-url.html">Transcribe and Play a file via URL, with pre-loaded token (compatible with Mobile Safari)</a></li>
34+
<li><a href="file-url.html">Transcribe and Play a file via URL, with pre-loaded token (compatible with iOS)</a></li>
3535
<li><a href="file-upload.html">Transcribe and Play a user-provided file</a></li>
3636
<li><a href="speaker-labels-file-console.html">Transcribe from URL with <code>{speaker_labels: true}</code>, output to console</a></li>
3737
<li><a href="speaker-stream-file-console.html">Transcribe from URL with <code>{resultsBySpeaker: true}</code>, output to console</a></li>

0 commit comments

Comments
 (0)