Update README

This commit is contained in:
Martin Lund 2022-06-08 20:33:13 +02:00
parent 50478e7df3
commit 373dca3d5b
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# tio - a simple serial terminal I/O tool
# tio - a simple serial device I/O tool
[![CircleCI](https://circleci.com/gh/tio/tio/tree/master.svg?style=shield)](https://circleci.com/gh/tio/tio/tree/master)
[![tio](https://snapcraft.io/tio/badge.svg)](https://snapcraft.io/tio)
@ -6,7 +6,7 @@
## 1. Introduction
tio is a simple serial terminal tool which features a straightforward
tio is a simple serial device tool which features a straightforward
command-line interface to easily connect to TTY devices for basic I/O
operations.
@ -16,7 +16,7 @@ operations.
### 1.1 Motivation
To make a simpler serial terminal tool for talking with TTY devices with less
To make a simpler serial device tool for talking with TTY devices with less
focus on classic terminal/modem features and more focus on the needs of
embedded developers and hackers.