Use the correct name for minify-html.
This commit is contained in:
parent
6e1a953d63
commit
78187bbe07
|
@ -1,7 +1,7 @@
|
||||||
use color_eyre::Result;
|
use color_eyre::Result;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Minify HTML using [`minify_html`].
|
Minify HTML using [`minify-html`].
|
||||||
*/
|
*/
|
||||||
pub fn html(data: String) -> Result<String> {
|
pub fn html(data: String) -> Result<String> {
|
||||||
let minify_config = minify_html::Cfg {
|
let minify_config = minify_html::Cfg {
|
||||||
|
|
Loading…
Reference in New Issue