From 5f2a96e4ca7ccde374a9937969e522a821b69f87 Mon Sep 17 00:00:00 2001 From: Florian Heigl Date: Sun, 22 Apr 2018 20:52:24 +0200 Subject: [PATCH] there is no file named yaml2csv_conv in the repo. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f0d1525..c6791c0 100644 --- a/README.markdown +++ b/README.markdown @@ -33,8 +33,8 @@ Only YAML files containing hashes and string values are supported (that includes Convert file.yaml into CSV format: - $ yaml2csv_conv file.yml + $ yaml2csv file.yml Convert file.csv into YAML format (using ',' as field separator) - $ yaml2csv_conv -f"," -r file.csv + $ yaml2csv -f"," -r file.csv