Skip to content

Commit

Permalink
Merge pull request #47 from svoisen/minification_readme_fix
Browse files Browse the repository at this point in the history
Fix minification instructions in README for standalone usage
  • Loading branch information
kristoferjoseph authored May 10, 2024
2 parents 263f34a + 20766e2 commit 6a1abf8
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 @@ -244,7 +244,7 @@ npm run build
Minify `dist/enhance.css` to `dist/enhance.min.css`:

```shell
npm run prod
npm run dist
```

Copy `enhance.css` or `enhance.min.css` to your project and either reference it with the `<link>` element, or inline it in a `<style>` element in your document head.
Expand Down

0 comments on commit 6a1abf8

Please sign in to comment.