Skip to content

Commit 7382758

Browse files
committed
test: fix deprecated example that references old location of recognize-stream
1 parent 9c4d9f3 commit 7382758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/static/audio-video-deprecated/recognize-element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'use strict';
1818
var MediaElementAudioStream = require('./media-element-audio-stream');
1919
var L16 = require('watson-speech/speech-to-text/webaudio-l16-stream');
20-
var RecognizeStream = require('watson-speech/speech-to-text/recognize-stream.js');
20+
var RecognizeStream = require('watson-developer-cloud/lib/recognize-stream');
2121
var FormatStream = require('watson-speech/speech-to-text/format-stream.js');
2222
var assign = require('object.assign/polyfill')();
2323
var WritableElementStream = require('watson-speech/speech-to-text/writable-element-stream');

0 commit comments

Comments
 (0)