Skip to content

Commit 7dba4d8

Browse files
committed
Updated URL in Document Header
1 parent 3b9ff6c commit 7dba4d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/example_basic_pub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
SOFTWARE.
2323
2424
-------------------------------------------------------------------------------
25-
Project Site: https://github.com/laidbackcoder/EasyMQTT
25+
Project Site: https://github.com/laidbackcoder/EssentialMQTT
2626
-------------------------------------------------------------------------------
2727
"""
2828

29-
from src.easy_mqtt import mqtt_client
29+
from src.essentialmqtt import mqtt_client
3030
from time import sleep
3131

3232
client_id = 'test_client_1'

examples/example_basic_sub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
SOFTWARE.
2323
2424
-------------------------------------------------------------------------------
25-
Project Site: https://github.com/laidbackcoder/EasyMQTT
25+
Project Site: https://github.com/laidbackcoder/EssentialMQTT
2626
-------------------------------------------------------------------------------
2727
"""
2828

29-
from src.easy_mqtt import mqtt_client
29+
from src.essentialmqtt import mqtt_client
3030
from time import sleep
3131

3232
client_id = 'test_client_2'

0 commit comments

Comments
 (0)