Skip to content

Commit

Permalink
docs: clarify logger -> verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jan 2, 2020
1 parent ab69db2 commit 8d0fdae
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
minify:
html:
logger: true
```
needs to be updated to
``` yml
``` diff
minify:
html:
verbose: true
- logger: true
+ verbose: true
```

## Installation
Expand Down

0 comments on commit 8d0fdae

Please sign in to comment.