From d2a847b8bfb8abda929a75c25b1f9cdb9b2e6f4a Mon Sep 17 00:00:00 2001 From: Raghavendra Kamath Date: Sat, 5 Mar 2016 16:23:58 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e8d58..17de0b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ a small personal bash script to export kra files into lowres jpg Add this script to your appropriate bin folder(which is included in your PATH environment variable) and make it executable Open the terminal in directory containing the kra files and run the following. -kra-output.sh +kra-output.sh 'resize value' you can provide a resize value while running the script eg kra-output.sh 30 for resizing the lowres file to 30% if no value is provided it will resize it to 40% by default.