diff options
Diffstat (limited to 'native_client_sdk/src/examples/websocket/example.dsc')
-rw-r--r-- | native_client_sdk/src/examples/websocket/example.dsc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/native_client_sdk/src/examples/websocket/example.dsc b/native_client_sdk/src/examples/websocket/example.dsc index bf98bfc..e5c7e21 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' } - |