diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-10-24 02:53:24 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2020-10-24 02:53:24 +0300 |
commit | 7c843cf825a4bd21f972e0893c29db2e4d299ac9 (patch) | |
tree | 4d15856c2ffb0b974d1c32b46a4c51b086186578 | |
parent | 557a8f9de0961c5ad26d8a84950d67f3cae3bf1a (diff) |
small typo fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ For now, only USB connection is supported and tested (I just don't have the RS-2 lol), but RS-232 support will be added eventually. It's written in pure C99 with almost zero dependencies. It uses [libvoltronic](https://github.com/jvandervyver/libvoltronic) -for underlying device interaction. but you don't need to download and build it separately as **isv** comes with its own +for underlying device interaction, but you don't need to download and build it separately as **isv** comes with its own slightly modified libvoltronic version. It can output data in different formats (human-readable tables, conveniently-parsable tables and even JSON) so you can |