We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5729da6 + bd4a67a commit 713e574Copy full SHA for 713e574
README.md
@@ -111,7 +111,7 @@ seo()
111
112
### Extra tags
113
114
-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:
115
116
```php
117
seo()->tag('fb:image', asset('foo'));
@@ -127,7 +127,7 @@ To enable the `og:url` and canonical URL `link` tags, call:
127
seo()->withUrl();
128
```
129
130
-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).
131
132
If you wish to change the URL, call `seo()->url()`:
133
0 commit comments