From 944271dcadf5f5785b8ad24003126c92df0bb81a Mon Sep 17 00:00:00 2001 From: Jon Burgess Date: Mon, 9 Mar 2026 22:31:08 +0000 Subject: [PATCH 1/2] Fix typos and formatting in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a604008..7d52bb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # meshcore-cli -meshcore-cli : CLI interface to MeschCore companion app over BLE, TCP or Serial +meshcore-cli : CLI interface to MeshCore companion app over BLE, TCP or Serial ## About @@ -44,11 +44,11 @@ If using BLE, don't forget to pair your device first (using `bluetoothctl` for i Configuration files are stored in `$HOME/.config/meshcore` -If the directory exists, default ble address and history will be stored there. +If the directory exists, default BLE address and history will be stored there. If there is an initialization script file called `init`, it will be executed just before the commands provided on command line are executed (and after evaluation of the arguments). -Init files can also be defined for a given device, meshcore-cli will look for `<device-name>.init` file in configuration directory (usefull to specify timeout for contacts that are behind bridges with `contact_timeout` command). +Init files can also be defined for a given device, meshcore-cli will look for `.init` file in configuration directory (usefull to specify timeout for contacts that are behind bridges with `contact_timeout` command). ### Arguments From 73db417c981d9d4aaf16c35167367d9555ef9b4d Mon Sep 17 00:00:00 2001 From: Jon Burgess Date: Mon, 9 Mar 2026 22:36:31 +0000 Subject: [PATCH 2/2] Fix typo in README about init files Corrected a typo in the README regarding init files. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d52bb1..469691a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If the directory exists, default BLE address and history will be stored there. If there is an initialization script file called `init`, it will be executed just before the commands provided on command line are executed (and after evaluation of the arguments). -Init files can also be defined for a given device, meshcore-cli will look for `.init` file in configuration directory (usefull to specify timeout for contacts that are behind bridges with `contact_timeout` command). +Init files can also be defined for a given device, meshcore-cli will look for `.init` file in configuration directory (useful to specify timeout for contacts that are behind bridges with `contact_timeout` command). ### Arguments