Skip to content

Commit 44c08df

Browse files
committed
Update speech_to_text.v1.js
1 parent 552d6c3 commit 44c08df

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)