| Index: native_client_sdk/src/examples/websocket/example.dsc
|
| diff --git a/native_client_sdk/src/examples/websocket/example.dsc b/native_client_sdk/src/examples/websocket/example.dsc
|
| index bf98bfc2aca0424f468ebcce9693fbaaa84c6004..e5c7e21af5c092bfa3f447390cb5bfe1322634bb 100644
|
| --- a/native_client_sdk/src/examples/websocket/example.dsc
|
| +++ b/native_client_sdk/src/examples/websocket/example.dsc
|
| @@ -14,12 +14,5 @@
|
| 'DEST': 'examples',
|
| 'NAME': 'websocket',
|
| 'TITLE': 'Websocket',
|
| - 'DESC': """
|
| -The Websocket example demonstrates how to use the Websocket API. The
|
| -user first connects to the test server: ws://html5rocks.websocket.org/echo by
|
| -clicking on the 'Connect'' button. Then hitting Send' will cause the app to
|
| -send the message to the server and retrieve the reply.""",
|
| - 'FOCUS': 'Websockets',
|
| 'GROUP': 'API'
|
| }
|
| -
|
|
|