Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 25, 2024
1 parent 01274cc commit 0a2157d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is all you need to start using Bundle!

## Basic usage

You may bundle any `node_module` or local script from your `resources/js` directory directly on the page.
You may import any `node_module` or local module from your `resources/js` directory directly on the page.

```html
<x-import module="apexcharts" as="ApexCharts" />
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is all you need to start using Bundle!

## Basic usage

You may bundle any `node_module` or local script from your `resources/js` directory directly on the page.
You may import any `node_module` or local module from your `resources/js` directory directly on the page.

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

0 comments on commit 0a2157d

Please sign in to comment.