From 939ecb61127454ce64a860d3ef38a85cf96ee47c Mon Sep 17 00:00:00 2001 From: Daniel Knittl-Frank Date: Wed, 26 Oct 2022 20:47:51 +0200 Subject: [PATCH] Document Stack Overflow social link #226 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 124c32e..e37da04 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ const config = { behance: '', medium: '', dev: '', + stackoverflow: '', website: '', phone: '', email: '', @@ -415,7 +416,7 @@ Your avatar and bio will be fetched from GitHub automatically. ### Social Links -You can link your social media services you're using, including LinkedIn, Twitter, Facebook, Instagram, Dribbble, Behance, Medium, dev, personal website, phone and email. +You can link your social media services you're using, including LinkedIn, Twitter, Facebook, Instagram, Dribbble, Behance, Medium, dev, Stack Overflow, personal website, phone and email. ```js // gitprofile.config.js @@ -430,6 +431,7 @@ module.exports = { behance: '', medium: '', dev: '', + stackoverflow: '', website: '', phone: '', email: '',