From 0a2157dc86afa70ee96ff3347214780e1bb0047d Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Thu, 25 Jan 2024 20:02:56 +0100 Subject: [PATCH] update docs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf44e7b..aaa4852 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 7b51bae..b17645e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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