Skip to content

Commit

Permalink
fixed typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundemeier committed Jul 12, 2021
1 parent 807abe4 commit 21b68ed
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 @@ -224,7 +224,7 @@ pip install flake8 pytest coverage
It is useful to check if the test coverage changed with `coverage run -m pytest` and then `coverage html`, which generates a `htmlcov/index.html` file with all the information.

### Changelog
* 1.8.0: Added function for removing a listener on a receiver by universe. See `sACNreceiver.remove_listener_from_universe(<callback>)` for more information.
* 1.8.0: Added function for removing a listener on a receiver by universe. See `sACNreceiver.remove_listener_from_universe(<universe>)` for more information.
* 1.7.1: Small changes that might improve timing on the sender. (Thanks to mthespian! See #36 for more information)
* 1.7.0: Added function for removing a listener on a receiver. See `sACNreceiver.remove_listener(<callback>)` for more information.
* 1.6.4: Functionality related to sending of sACN data is now mostly covered by tests. Removed undocumented parameters for `sACNsender.start()`.
Expand Down

0 comments on commit 21b68ed

Please sign in to comment.