From 09a2505ebe76ef074c9bb0f83b346f3845fe58a9 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sun, 10 Jul 2016 02:16:42 -0300 Subject: [PATCH] fix uninstall typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7f05a..33c6a14 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,5 @@ Please note that the system installer will name the executable as `pdfscale` wit If you have `make` installed you can use it to install to `usr/local/bin/pdfscale` with: `sudo make install` -The you can remove the script with +To remove the installation use: `sudo make uninstall`