Skip to content

Commit

Permalink
doc: fix command name minify:asset (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Oct 29, 2024
1 parent c4cbc2d commit d91f58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d91f58c

Please sign in to comment.