From 1ebbf66a28e252a185406efbd72ed58c892fa2c2 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 15 Feb 2024 21:14:28 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index d8662ab..a350212 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ Check [all 45 challenges](https://angular-challenges.vercel.app/)
 Erick Rodriguez 🇪🇸 |
 Eduardo Roth 📖 🇪🇸 |
 Fernando Bello 📖 |
+  Sven Brodny 📖 |
From 6c40408b3e1c5543f901b235e43d7c79313339e6 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 15 Feb 2024 21:14:29 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 062fd18..5e94f8a 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -210,9 +210,18 @@
"contributions": [
"doc"
]
+ },
+ {
+ "login": "svenson95",
+ "name": "Sven Brodny",
+ "avatar_url": "https://avatars.githubusercontent.com/u/46655156?v=4",
+ "profile": "https://svenson95.github.io/sb-portfolio/",
+ "contributions": [
+ "doc"
+ ]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
-}
\ No newline at end of file
+}