Skip to content

Commit

Permalink
docs: update examples (#58)
Browse files Browse the repository at this point in the history
Yaml parser will interpret '*' as a special syntax and produce this error:
  • Loading branch information
ppwwyyxx committed Mar 13, 2022
1 parent 9301a58 commit 9cc9489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ $ npm install hexo-clean-css --save
``` yaml
clean_css:
exclude:
- *.min.css
- '*.min.css'
```

- **exclude**: Exclude files
Expand Down

0 comments on commit 9cc9489

Please sign in to comment.