From f036b3b7ba2b439569faf449ecc3c15e4d7057a5 Mon Sep 17 00:00:00 2001 From: James Taylor <44079162+colaclanth@users.noreply.github.com> Date: Mon, 15 Jul 2019 19:08:18 +0100 Subject: [PATCH] fixed formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ccbc8..def33ab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SSTV Decoder ============ -A slow-scan television decoder that works on audio files rather than a soundcard (like most other decoders). +A slow-scan television decoder that works on audio files rather than reading a soundcard (like most other decoders). Currently supports the following modes: * Martin 1 * Scottie 1 @@ -11,6 +11,7 @@ Installation ------------ `git clone https://github.com/colaclanth/sstv.git` + `python setup.py install` Usage