Skip to content

Commit f56a337

Browse files
authored
Use blade tags to render blade in readme
1 parent af85495 commit f56a337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $chart = (new Chart)->setType('donut')
5353

5454
Then, include the JavaScript (on every page using charts).
5555

56-
```html
56+
```blade
5757
<!-- layout.blade.php -->
5858
5959
<body>
@@ -65,7 +65,7 @@ Then, include the JavaScript (on every page using charts).
6565

6666
Finally, call the `container` and `script` method wherever you want to display the chart.
6767

68-
```php
68+
```blade
6969
<!-- dashboard.blade.php -->
7070
7171
{!! $chart->container() !!}

0 commit comments

Comments
 (0)