Skip to content

Commit 8455d72

Browse files
improve the readme message for websockets
1 parent 2c6b154 commit 8455d72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,10 @@ System.out.println(transcript);
298298

299299
#### WebSocket support
300300

301-
Speech to Text supports WebSocket so you can use a WebSocket client like the one in: http://java-websocket.org/
302-
The websocket url is: `wss://stream.watsonplatform.net/speech-to-text/api/v1/recognize`
301+
Speech to Text supports WebSocket, the url is:
302+
`wss://stream.watsonplatform.net/speech-to-text/api/v1/recognize`
303+
304+
We recommend you use [this](http://java-websocket.org/) java client.
303305

304306
### Text to Speech
305307
Use the [Text to Speech][text_to_speech] service to get the available voices to synthesize.

0 commit comments

Comments
 (0)