Skip to content

Commit f03c1f9

Browse files
committed
readme
1 parent a45f1ad commit f03c1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class HomeController extends Controller
255255

256256
Then, in your Blade view, just render the tags like this:
257257

258-
```php
258+
```html
259259
<head>
260260
{!! seo() !!}
261261
</head>
@@ -285,7 +285,7 @@ $seo = new SeoManager(
285285

286286
Then, in your Blade view:
287287

288-
```php
288+
```html
289289
<head>
290290
{!! $seo !!}
291291
</head>

0 commit comments

Comments
 (0)