remove spurious markdown formatting (#566)

This commit is contained in:
Flavio Curella 2017-03-23 11:49:17 -05:00 committed by Andrew Godwin
parent 08ff57ac9b
commit 9f7fb7b80d

View File

@ -30,11 +30,8 @@ To process messages::
To send messages, use the `send` method::
```
webSocketBridge.send({prop1: 'value1', prop2: 'value1'});
```
To demultiplex specific streams::
webSocketBridge.connect();