From 21b68ed8da0099e99aa96fb9c65407705e70991b Mon Sep 17 00:00:00 2001 From: Hundemeier <33726856+Hundemeier@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:12:51 +0200 Subject: [PATCH] fixed typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95554c8..dbe8d7c 100644 --- a/README.md +++ b/README.md @@ -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()` for more information. + * 1.8.0: Added function for removing a listener on a receiver by universe. See `sACNreceiver.remove_listener_from_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()` 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()`.