mirror of https://github.com/curbengh/hexo-yam
docs: clarify logger -> verbose
This commit is contained in:
parent
ab69db2f3e
commit
8d0fdaeb80
15
README.md
15
README.md
|
@ -27,20 +27,13 @@ Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, J
|
|||
## Version 4
|
||||
In v4, `logger:` option has been renamed to `verbose:`
|
||||
|
||||
Example:
|
||||
Migrate:
|
||||
|
||||
``` yml
|
||||
``` diff
|
||||
minify:
|
||||
html:
|
||||
logger: true
|
||||
```
|
||||
|
||||
needs to be updated to
|
||||
|
||||
``` yml
|
||||
minify:
|
||||
html:
|
||||
verbose: true
|
||||
- logger: true
|
||||
+ verbose: true
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Reference in New Issue