Skip to content

Commit 0f367e2

Browse files
authored
Fix errors in README.rst (#853)
1 parent e41062c commit 0f367e2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ to the IGNORE\_CEC list in PyChromecast like in the example below.
158158
pychromecast.IGNORE_CEC.append('Living Room') # Ignore CEC on Chromecasts named Living Room
159159
160160
Networking requirements
161-
-----------------
161+
-----------------------
162162
Pychromecast relies on mDNS to discover cast devices. The mDNS protocol relies on multicast UDP on port 5353 which comes with several implications for discovery to work:
163163

164164
- Multicast UDP must be forwarded by WiFI routers; some WiFi routers are known to drop multicast UDP traffic.
@@ -174,7 +174,4 @@ I would like to thank `Fred Clift`_ for laying the socket client ground
174174
work. Without him it would not have been possible!
175175

176176
.. _Linux style wildcard: http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/x11655.htm
177-
.. _@am0s: https://github.com/am0s
178-
.. _@rmkraus: https://github.com/rmkraus
179-
.. _@balloob: https://github.com/balloob
180177
.. _Fred Clift: https://github.com/minektur

0 commit comments

Comments
 (0)