Skip to content

Commit 169600d

Browse files
authored
Add missing @ to username (#27)
Output: ``` <meta name="twitter:site" content="@archtechx" /> ```
1 parent 0992083 commit 169600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ seo()
272272
->description(default: 'We are a development agency ...')
273273
->image(default: fn () => asset('header.png'))
274274
->flipp('blog', 'o1vhcg5npgfu')
275-
->twitterSite('archtechx');
275+
->twitterSite('@archtechx');
276276
```
277277

278278
### Controller

0 commit comments

Comments
 (0)