Update channel names in README.md

This commit is contained in:
c1328
2026-01-29 22:54:14 +01:00
committed by GitHub
parent 7720ae1d58
commit a1ef88cb45
+2 -2
View File
@@ -279,8 +279,8 @@ const mqttPath = /^mqtt\.3\.msh\..*\.json\..*$/;
// configure the channels of your node
const chats = [
{ name: "Default", id: 0 },
{ name: "Puig", id: 1 },
{ name: "Baleares", id: 2 }
{ name: "<private Channel>", id: 1 },
{ name: "<public Channel>", id: 2 }
];
```