README: fix typo - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 13f4f439171cba26e0afaee4fc7eb98a483877c2 | |
parent e0b9a599b21a1e85950af9f3185989d21c630970 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 12 Nov 2019 01:15:52 +0100 | |
README: fix typo | |
Diffstat: | |
M README | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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. |