Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 10, 2024
1 parent d0ba4e3 commit 87cebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `<x-bundle />` component bundles your import on the fly using [Bun](https://

> You may pass any attributes a script source accepts, like `defer` or `async`.
Furthermore, you can render the bundle inline by using the `inline` prop. This saves an additional request and makes the import available immediately after the tag has rendered.
Furthermore, you can render the bundle inline by using the `inline` option. This saves an additional request and makes the import available immediately after the script has rendered.

You should apply this with consideration. You will save up on requests, but doing so will increase the initial page load response size.

Expand Down

0 comments on commit 87cebff

Please sign in to comment.