1 Commits

Author SHA1 Message Date
a243473d24 修改示例包地址 2023-07-06 14:33:27 +08:00

View File

@ -139,7 +139,7 @@ This library allows you to use all the features provided by [`php-mqtt/client`](
Simply retrieve an instance of `\PhpMqtt\Client\Contracts\MqttClient` with `MQTT::connection(string $name = null)` and use it directly.
For an extensive collection of examples which explain how to use the MQTT client (directly),
you can visit the [`php-mqtt/client-examples` repository](https://github.com/php-mqtt/client-examples).
you can visit the [`php-mqtt/client-examples` repository](https://git.tool.dwoodauto.com/ykxiao/client-examples).
## License