Skip to content

Commit

Permalink
Merge pull request #134 from ekwoka/clarify-docs
Browse files Browse the repository at this point in the history
📝 Fixes script attribute documentation
  • Loading branch information
MrBin99 committed Jun 3, 2024
2 parents abf0a5d + a483254 commit a52542c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ Then add this tag (in your `<head>` element too) to load your scripts :

This will add a `<script>` tag including your JS/TS script :

- In development mode, all scripts are included as modules.
- In development mode, all scripts are marked as `async` and `defer`.
- In development and production, all scripts are included as modules (`[type=module]`).
- You can pass a second argument to this tag to overrides attributes
passed to the script tag.
- This tag only accept JS/TS, for other type of assets, they must be
Expand Down

0 comments on commit a52542c

Please sign in to comment.