Skip to content

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDsg committed Nov 20, 2023
1 parent e6fe363 commit eaf00e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk.

HTML minification is done using [htmlmin](https://github.com/mankyd/htmlmin).
HTML minification is done using [htmlmin2](https://github.com/wilhelmer/htmlmin).

JS minification is done using [jsmin](https://github.com/tikitu/jsmin/).

Expand Down Expand Up @@ -42,7 +42,7 @@ plugins:
## Options

- `minify_html`:
- `minify_html`:
- Defaults to `False`.
- Sets whether HTML files should be minified.
- `minify_js`:
Expand All @@ -53,7 +53,7 @@ plugins:
- Defaults to `False`.
- Sets whether CSS files should be minified.<br>
If set to `True`, you must specify the CSS to be minified files using `css_files` (see below).
- `htmlmin_opts`:
- `htmlmin_opts`:
- Defaults to `None`.
- Sets runtime htmlmin API options using the [config parameters of htmlmin](https://htmlmin.readthedocs.io/en/latest/reference.html#main-functions)
- `cache_safe`:
Expand Down

0 comments on commit eaf00e7

Please sign in to comment.