Skip to content

Commit b21d86a

Browse files
authored
Update README.md
1 parent 41abd28 commit b21d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For Mobile Safari compatibility, a URL must be provided, and `recognizeFile()` m
111111

112112
There have been a few breaking changes in recent releases:
113113

114-
* Removed `SpeechToText.recognizeElement()` due to quality issues. The code is [avaliable in an (unsupported) example](examples/static/audio-video-derecated) if you wish to use it with current releases of the SDK.
114+
* Removed `SpeechToText.recognizeElement()` due to quality issues. The code is [avaliable in an (unsupported) example](https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/static/audio-video-deprecated) if you wish to use it with current releases of the SDK.
115115
* renamed `recognizeBlob` to `recognizeFile` to make the primary usage more apparent
116116
* Changed `playFile` option of `recognizeBlob()` to just `play`, corrected default
117117
* Changed format of objects emitted in objectMode to exactly match what service sends. Added `ResultStrean` class and `extract_results` option to enable older behavior.

0 commit comments

Comments
 (0)