From e6ffafc19546caebfe6a5684a4a7a78edaa156ae Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 14:54:36 +1200 Subject: [PATCH] update lang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f60d2..c3c51d6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm install @liamcottle/meshcore.js ``` import { TCPConnection, NodeJSSerialConnection } from "@liamcottle/meshcore.js"; -// serial connection are supported by "companion_radio_usb" firmware +// serial connections are supported by "companion_radio_usb" firmware const connection = new NodeJSSerialConnection("/dev/cu.usbmodem14401"); // tcp connections are supported by "companion_radio_wifi" firmware