Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Sep 13, 2024
1 parent a45f1ad commit f03c1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class HomeController extends Controller

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

```php
```html
<head>
{!! seo() !!}
</head>
Expand Down Expand Up @@ -285,7 +285,7 @@ $seo = new SeoManager(

Then, in your Blade view:

```php
```html
<head>
{!! $seo !!}
</head>
Expand Down

0 comments on commit f03c1f9

Please sign in to comment.