Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarMorrigan authored Dec 6, 2024
1 parent fd82ae2 commit 7ef2413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
`MQRSTT` is an MQTTv5 client that provides sync and async (smol and tokio) implementation.

Because this crate aims to be runtime agnostic the user is required to provide their own data stream.
The stream has to implement the smol or tokio [`AsyncReadExt`] and [`AsyncWrite`] traits.
The stream has to implement the smol or tokio [`AsyncRead`] and [`AsyncWrite`] traits.

</div>

Expand Down

0 comments on commit 7ef2413

Please sign in to comment.