From 3963e53dfe9528620e93c9486634d0ca56f1eee7 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 7 Dec 2025 12:52:09 -0800 Subject: [PATCH] Fix typos in README for plugin manager naming --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8850385..09c2c8d 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Use our [Mesh Forge build profile](https://meshforge.org/builds/new/?plugin=lobb ### Build it yourself (experimental) -LoBBS is a [Meshtastic plugin](https://meshforge.org/plugins) that is automatically discovered and integrated by the [Meshtastic Plugin Manager](https://pypi.org/project/mesh-plugin-manager/) (MPM). To install LoBBS: +LoBBS is a [Meshtastic plugin](https://meshforge.org/plugins) that is automatically discovered and integrated by the [Mesh Plugin Manager](https://pypi.org/project/mesh-plugin-manager/) (MPM). To install LoBBS: -1. **Install the Meshtastic Plugin Manager:** +1. **Install the Mesh Plugin Manager:** ```bash pip install mesh-plugin-manager @@ -50,7 +50,7 @@ mpm install lobbs 3. **Build and flash:** -The Meshtastic Plugin Manager automatically discovers both plugins, generates protobuf files, and integrates them into the build. Simply build and flash as usual: +The Mesh Plugin Manager automatically discovers both plugins, generates protobuf files, and integrates them into the build. Simply build and flash as usual: ```bash pio run -e esp32 -t upload