Skip to content

Commit 713e574

Browse files
committed
Merge branch 'master' of github.com:archtechx/laravel-seo
2 parents 5729da6 + bd4a67a commit 713e574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ seo()
111111

112112
### Extra tags
113113

114-
To add more tags to the head, you can use the `tag()` and `rawTag()` methods:
114+
To add more tags to the document head, you can use the `tag()` and `rawTag()` methods:
115115

116116
```php
117117
seo()->tag('fb:image', asset('foo'));
@@ -127,7 +127,7 @@ To enable the `og:url` and canonical URL `link` tags, call:
127127
seo()->withUrl();
128128
```
129129

130-
This will make the package read from `request()->url()` (= the current URL *without* the query string).
130+
This will make the package read from `request()->url()` (the current URL *without* the query string).
131131

132132
If you wish to change the URL, call `seo()->url()`:
133133

0 commit comments

Comments
 (0)