From f56a3376cf426d0d07e920bd285c6dcb672ba25d Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 2 Jun 2024 18:00:22 -0400 Subject: [PATCH] Use `blade` tags to render blade in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d10d9..bdf9a80 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $chart = (new Chart)->setType('donut') Then, include the JavaScript (on every page using charts). -```html +```blade @@ -65,7 +65,7 @@ Then, include the JavaScript (on every page using charts). Finally, call the `container` and `script` method wherever you want to display the chart. -```php +```blade {!! $chart->container() !!}