From 246fbb72b22e6843f4c3cf25758afd994720d2e2 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Thu, 6 Apr 2017 18:32:32 +0200 Subject: [PATCH] fixed README --- README.md | 2 +- openrefine-batch-docker.sh | 0 openrefine-batch.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 openrefine-batch-docker.sh mode change 100755 => 100644 openrefine-batch.sh diff --git a/README.md b/README.md index 4515b9c..52603bc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mkdir input cp INPUTFILES input/ mkdir config cp CONFIGFILES config/ -./openrefine-batch.sh input/ config/ OUTPUT/ +./openrefine-batch.sh -a input/ -b config/ -c OUTPUT/ ``` **INPUTFILES** diff --git a/openrefine-batch-docker.sh b/openrefine-batch-docker.sh old mode 100755 new mode 100644 diff --git a/openrefine-batch.sh b/openrefine-batch.sh old mode 100755 new mode 100644