From 60249d11d935f035cf748c48982ede34bb0ec938 Mon Sep 17 00:00:00 2001 From: Salman Zafar Date: Mon, 25 Feb 2019 14:56:08 +0500 Subject: [PATCH] updated Example of publishing topic --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0056573..de8ff96 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base. ## Config.php ``` -'host' => env('mqtt_host','127.0.0.1'), + 'host' => env('mqtt_host','127.0.0.1'), 'password' => env('mqtt_password',''), 'username' => env('mqtt_username',''), 'certfile' => env('mqtt_cert_file',''),