Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jun 20, 2024
1 parent 6e1f11b commit 49d43c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bundle facilitates JavaScript imports inside Blade using [Bun](https://bun.sh){:

Bun does all the heavy lifting and Bundle provides the glue between Blade and injects your imports on the client side.

The <x-import /> component processes your import on the fly and renders a script tag in place.
The `<x-import />` component processes your JavaScript on the fly and renders a script tag in place.

```html
<x-import module="apexcharts" as="ApexCharts" />
Expand Down

0 comments on commit 49d43c4

Please sign in to comment.