diff --git a/README.md b/README.md index 1e0e2de..ab071da 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ https://github.com/mqtt/mqtt.github.io/wiki/public_brokers). download package. MQTT.Cool comes with a set of predefined configurations for connecting with local MQTT server instances, as well as with the most common publicly accessible brokers. If you want to provide a new custom configuration, -open the `mqtt_master_connector_conf.xml` file located under -`/mqtt_connectors` and provide a set of entries similar to the +open the `brokers_configuration.xml` file located under +`/conf` and provide a set of entries similar to the following (please refer to the inline documentation for more in-depth information on how to configure broker connection parameters): @@ -125,7 +125,7 @@ const MQTT_COOL_URL = 'http://localhost:8080'; and change it accordingly. Further, the demo will look for the **mosquitto** alias, which is one of the -predefined configurations in `mqtt_master_connector_conf.xml`. Once more, if you +predefined configurations in `brokers_configuration.xml`. Once more, if you need to target a different MQTT broker, and provided that relative connection parameters are already defined as shown above, modify the following line in `src/web/js/app.js`: