From 49d43c4a0b9d158f7980737f5748d66dfe750606 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Thu, 20 Jun 2024 21:51:19 +0200 Subject: [PATCH] update docs --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index cdd0a68..61f7869 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -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 component processes your import on the fly and renders a script tag in place. +The `` component processes your JavaScript on the fly and renders a script tag in place. ```html