From bd4a67a1ac62d59e951a70a89e7284514d6fb97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 26 May 2021 13:21:18 +0200 Subject: [PATCH] better writing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ff3f9..d1583ba 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ seo() ### Extra tags -To add more tags to the head, you can use the `tag()` and `rawTag()` methods: +To add more tags to the document head, you can use the `tag()` and `rawTag()` methods: ```php seo()->tag('fb:image', asset('foo')); @@ -126,7 +126,7 @@ To enable the `og:url` and canonical URL `link` tags, call: seo()->withUrl(); ``` -This will make the package read from `request()->url()` (= the current URL *without* the query string). +This will make the package read from `request()->url()` (the current URL *without* the query string). If you wish to change the URL, call `seo()->url()`: