From 94073f7d586b29636e34e12e2214b71f987f9ace Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 7 May 2016 14:44:02 +0200 Subject: [PATCH] Updated README --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 089a9fe..56be5c7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -=== tio - the simple TTY terminal I/O application === +=== tio - The simple TTY terminal I/O application === 1. Introduction @@ -10,6 +10,7 @@ It was created because the author needed a simple no-nonsense TTY terminal application to easily connect to various terminal TTY devices. + 2. Usage The commandline interface is straightforward as reflected in the output @@ -33,8 +34,8 @@ In session, press ctrl-t + q to quit. - The only option which requires a bit of elaboration is the --no-autoconnect - option. + The only option which requires a bit of elaboration is perhaps the + --no-autoconnect option. By default tio automatically connects to the provided device if present. If the device is not present it will wait for it to appear and then @@ -51,8 +52,7 @@ Find the latest release tarball at http://tio.github.io - The latest source is available on github: - https://github.com/tio/tio + The latest source is available on github: https://github.com/tio/tio 4. Installation @@ -84,6 +84,6 @@ 8. Authors - Written by Martin Lund + Created by Martin Lund - See the AUTHORS file for full list of authors (including contributors). + See the AUTHORS file for full list of authors.