In [README.md](https://github.com/alexforencich/cocotbext-uart/blob/cc65c7f/README.md), the example for sending data says: ```python await uart_source.send(b'test data') ``` I think that it shoould say: ```python await uart_source.write(b'test data') ```
In README.md, the example for sending data says:
I think that it shoould say: