From b87bae541a191a6c27f05cab188e33e0974b7aab Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 12 Apr 2018 05:48:24 -0300 Subject: [PATCH] v2.3.4 readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b2991..9017778 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ curl -s -o /tmp/pdfScale.sh 'https://raw.githubusercontent.com/tavinus/pdfScale/ # To ignore SSL, use --insecure curl --insecure -s -o /tmp/pdfScale.sh 'https://raw.githubusercontent.com/tavinus/pdfScale/master/pdfScale.sh' && bash /tmp/pdfScale.sh --install ``` -#### Remove /tmp/pdfScale.sh ater done +#### Remove /tmp/pdfScale.sh after done ```bash rm /tmp/pdfScale.sh ```