From 857d8d0c0472e7557f5fadb7901aa2876adab152 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 1 Apr 2025 15:52:57 -0700 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0badf56..f4e2ce9 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ If no connection arguments are specified, the client will attempt a serial conne ### Example Usage ```sh -python main.py --port /dev/ttyUSB0 -python main.py --host 192.168.1.1 -python main.py --ble BlAddressOfDevice +contact --port /dev/ttyUSB0 +contact --host 192.168.1.1 +contact --ble BlAddressOfDevice ``` To quickly connect to localhost, use: ```sh -python main.py -t +contact -t ```