From 73db417c981d9d4aaf16c35167367d9555ef9b4d Mon Sep 17 00:00:00 2001 From: Jon Burgess Date: Mon, 9 Mar 2026 22:36:31 +0000 Subject: [PATCH] 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