Skip to content

Commit 83576dd

Browse files
committed
Fix: Add script requirements and fix typo
Change-Id: If612df99da50ad1c8e7484d39fbf373959310e12
1 parent 3839cd1 commit 83576dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

script/mdns-browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# $ python3 mdns-browser.py
3535
#
3636
# Scan for a custom service, e.g., `_http._tcp.local.`:
37-
# $ python3 mdns-broser.py _http._tcp.local.
37+
# $ python3 mdns-browser.py _http._tcp.local.
3838
#
3939
# The script will continuously listen for services. Press Ctrl+C to stop the scan.
4040

script/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zeroconf>=0.131.0

0 commit comments

Comments
 (0)