Skip to content

Commit

Permalink
fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
akaunderr committed Nov 28, 2023
1 parent 37584a5 commit 0bdb959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Due to dependency requirements the package loaded by default requires PHP versio
```
use fpvcode\ShrinkWrap;
$shrinkwrap = new ShrinkWrap($options);
$shrinkwrap = new ShrinkWrap();
// Global options
$shrinkwrap->doMinifyHtml(true); // Allow to minify HTML Code. Default value is `false`.
Expand Down

0 comments on commit 0bdb959

Please sign in to comment.