1
Fork 0

Use the correct name for minify-html.

This commit is contained in:
Bauke 2023-01-09 16:21:04 +01:00
parent 6e1a953d63
commit 78187bbe07
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use color_eyre::Result;
/**
Minify HTML using [`minify_html`].
Minify HTML using [`minify-html`].
*/
pub fn html(data: String) -> Result<String> {
let minify_config = minify_html::Cfg {