From cfeb467d40e7056a97df49fb0087386f0eab9071 Mon Sep 17 00:00:00 2001 From: Evgenij Spitsyn Date: Thu, 25 Jan 2024 08:38:15 +0200 Subject: [PATCH] Update README.md --- mqtt-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt-client/README.md b/mqtt-client/README.md index 7ecc082..36fde19 100644 --- a/mqtt-client/README.md +++ b/mqtt-client/README.md @@ -30,7 +30,7 @@ That may be a **Standard** token, a **Master** token (although using it in the e ## nodejs -Example source code is located at [./nodejs/](./nodejs/) and [./nodejs-paho/](./nodejs-paho/) +Example source code is located at [./nodejs/](./nodejs/) and [./nodejs-paho-ws/](./nodejs-paho-ws/) To run the example you need to install the dependencies ([mqtt](https://github.com/mqttjs/MQTT.js) package):