diff --git a/README.md b/README.md index 85ef86d..21ad86d 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ class HomeController extends Controller Then, in your Blade view, just render the tags like this: -```php +```html {!! seo() !!} @@ -285,7 +285,7 @@ $seo = new SeoManager( Then, in your Blade view: -```php +```html {!! $seo !!}