README: fix typo - json2tsv - JSON to TSV converter
 (HTM) git clone git://git.codemadness.org/json2tsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 13f4f439171cba26e0afaee4fc7eb98a483877c2
 (DIR) parent e0b9a599b21a1e85950af9f3185989d21c630970
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 12 Nov 2019 01:15:52 +0100
       
       README: fix typo
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -1,7 +1,7 @@
        json2tsv
        --------
        
       -Convert JSON to CSV.
       +Convert JSON to TSV.
        
        json2tsv reads JSON data from stdin.  It outputs each JSON type to a TAB-
        Separated Value format per line.