Skip to content

Commit 825021b

Browse files
Update README.md
1 parent d4a24db commit 825021b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pip install essentialmqtt
1414
```
1515
from essentialmqtt import mqtt_client
1616
17-
client_id = 'test_client_2'
17+
client_id = 'test_client_1'
1818
broker = '127.0.0.1'
19-
topic = 'easy_mqtt/test/value1'
19+
topic = 'essentialmqtt/test/value1'
2020
2121
2222
mqtt = mqtt_client(client_id, broker)

0 commit comments

Comments
 (0)