From 54b7cecccc323ca529ffca6b715f4303f0d3fb92 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 12 Jul 2019 10:46:35 +0200 Subject: [PATCH] correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f61e0..2253adf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ wrapper. ``` where the arguments "data/" and "my_tdm" are optional. "data/" specifies the - directory where all .csv outout is dumped while "my_tdm" represents a name + directory where all .csv output is dumped while "my_tdm" represents a name prefix for all csv. files. Note, that all string arguments must be converted to bytes before passing to the argument list by prepending "b".