diff --git a/README.md b/README.md index c074684..e3fa9bf 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ $ pip install -r requirements.txt In the `meshtastic-bridge` directory run the following: ``` -BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ARR=182.168.86.123 python main.py +BRIDGE_DISTANCE_KM=0 LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ADDR=182.168.86.123 python main.py ``` -## Runtime Options +## Bridge Options -* `BRIDGE_DISTANCE_KM` Maximum distance from local Meshtastic device to relay messages. Default `0` (no limit) +* `BRIDGE_DISTANCE_KM` Do not bridge messages from nodes that more than BRIDGE_DISTANCE_KM kilometers from the local Meshtastic device. Default `0` (no limit)