Skip to content

Commit 7ef2413

Browse files
Update README.md
1 parent fd82ae2 commit 7ef2413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
`MQRSTT` is an MQTTv5 client that provides sync and async (smol and tokio) implementation.
1111

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

1515
</div>
1616

0 commit comments

Comments
 (0)