Skip to content

Commit

Permalink
docs: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
erich2s committed Mar 20, 2024
1 parent a3fb251 commit e9ae207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ function MyComponent() {

### `useTopic`

_This hook currently not support multiple topics and wildcard subscriptions yet._
>[!WARNING]
> This hook currently not support multiple topics and wildcard subscriptions yet.
The `useTopic` hook is used to subscribe to a specific topic and receive messages from the broker. It returns the last message **buffer** received from the broker. You can convert it to whatever you want.

Expand Down

0 comments on commit e9ae207

Please sign in to comment.