From 169600dc2d7ea252517c9f4945f4512f04ba4c82 Mon Sep 17 00:00:00 2001 From: Sven <1214387+hofmannsven@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:04:18 +0100 Subject: [PATCH] Add missing @ to username (#27) Output: ``` ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb57c5a..f0b09bf 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ seo() ->description(default: 'We are a development agency ...') ->image(default: fn () => asset('header.png')) ->flipp('blog', 'o1vhcg5npgfu') - ->twitterSite('archtechx'); + ->twitterSite('@archtechx'); ``` ### Controller