From 7d3b687eb4876e39cdb4308871b9dcdf2c9ffd1e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 6 Jun 2022 09:47:39 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b00ade9..594d2d6 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ baudrate = 115200 databits = 8 parity = none stopbits = 1 -color = 46 +color = 10 [ftdi] tty = /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTGQVXBL-if00-port0 @@ -108,11 +108,11 @@ log-filename = usb.log color = 13 ``` -To use a specific sub-configuration simply start tio like so: +To use a specific sub-configuration by name simply start tio like so: ``` $ tio ftdi ``` -or +Or by pattern match: ``` $ tio usb12 ```