We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ed6e9 commit eb9dc33Copy full SHA for eb9dc33
README.md
@@ -40,7 +40,7 @@ yarn add use-transport data-transport
40
41
### API
42
43
-You can use the `use-transport` hook to create a transport instance.
+You can use the `use-transport` hook to create a transport instance. And then use the `emit` and `listen` methods to send and receive messages.
44
45
```jsx
46
import React from 'react';
0 commit comments