Skip to content

Commit cc6928c

Browse files
Merge pull request #186 from Macmee/patch-1
[speech-to-text] Update example v1
2 parents 552d6c3 + 44c08df commit cc6928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/speech_to_text.v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var speech_to_text = watson.speech_to_text({
1111
});
1212

1313
var params = {
14-
content_type: 'audio/wav',
14+
content_type: 'audio/wav'
1515
};
1616

1717
// create the stream

0 commit comments

Comments
 (0)