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 ```