Skip to content

Commit a98ae5d

Browse files
committed
chore: add semicolon for empty example
1 parent b7893f1 commit a98ae5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/binding-modbus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let servient = new Servient();
2222
servient.addClientFactory(new ModbusClientFactory());
2323

2424
async function main() {
25-
let td = {} // see https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json
25+
let td = {}; // see https://github.com/eclipse-thingweb/test-things/blob/main/things/elevator/modbus/js/modbus-elevator.td.json
2626

2727
const WoT = await servient.start();
2828
const thing = await WoT.consume(td);

0 commit comments

Comments
 (0)