From 02d1677c1da84cb993df822039276ac7111381b9 Mon Sep 17 00:00:00 2001 From: zorgoz Date: Mon, 8 Apr 2024 12:34:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4132e8..6eb3c8e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Destination directory should exist if specified. ``` PreCompress -i C:\temp\source\*.dll -d c:\temp\destination PreCompress -i C:\temp\source\*.dll -i C:\temp\source\*.json -PreCompress -i C:\temp\source\ -p \.(dll|js.*)$ +PreCompress -i C:\temp\source\ -p "\.(dll|js.*)$" PreCompress -i source\file.dll PreCompress -i *.dll ```