From a026a29abf4755961012ff4fc1c5cd779c126b3b Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 28 Oct 2024 19:17:33 +0100 Subject: [PATCH] doc: fix command name minify:asset --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e343ba..a22f0d2 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ Then, run the following command to minify assets: ```shell # this outputs the result in the console -php bin/console minify:assets css/main.css +php bin/console minify:asset css/main.css # this will write the output into the 'main.min.css' file # (the given output file is created / overwritten if needed) -php bin/console minify:assets css/main.css css/main.min.css +php bin/console minify:asset css/main.css css/main.min.css ``` ## Configuration