Skip to content

Commit d91f58c

Browse files
1 parent c4cbc2d commit d91f58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Then, run the following command to minify assets:
121121

122122
```shell
123123
# this outputs the result in the console
124-
php bin/console minify:assets css/main.css
124+
php bin/console minify:asset css/main.css
125125

126126
# this will write the output into the 'main.min.css' file
127127
# (the given output file is created / overwritten if needed)
128-
php bin/console minify:assets css/main.css css/main.min.css
128+
php bin/console minify:asset css/main.css css/main.min.css
129129
```
130130

131131
## Configuration

0 commit comments

Comments
 (0)