From 343ebbaeee8cfddd4ec1cb451eebccb65e544619 Mon Sep 17 00:00:00 2001 From: asantibanez Date: Thu, 22 Aug 2024 10:41:44 -0500 Subject: [PATCH] Improved README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d236027..04199c8 100755 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ With `$columnChartModel` at hand, we pass it to our `LivewireColumnChart` compon Next, include the `@livewireChartsScripts` directive next to your other app scripts ```html - +@livewireScripts @livewireChartsScripts ```