docs: clarify logger -> verbose

This commit is contained in:
curbengh 2020-01-02 10:46:28 +00:00
parent ab69db2f3e
commit 8d0fdaeb80
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034
1 changed files with 4 additions and 11 deletions

View File

@ -27,20 +27,13 @@ Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, J
## Version 4 ## Version 4
In v4, `logger:` option has been renamed to `verbose:` In v4, `logger:` option has been renamed to `verbose:`
Example: Migrate:
``` yml ``` diff
minify: minify:
html: html:
logger: true - logger: true
``` + verbose: true
needs to be updated to
``` yml
minify:
html:
verbose: true
``` ```
## Installation ## Installation