Skip to content

Commit 4e5f5dc

Browse files
authored
Merge pull request #15 from stevebauman/patch-5
Use `blade` tags to render blade in readme
2 parents 5da808d + f56a337 commit 4e5f5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)