From e5cc04ec576b8fe6842f8214fed1f0d106883de0 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 14 May 2022 21:17:19 +0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9687b01..846cd9f 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ List of all config [here](#-customization). +**If you face any problems or have any questions, open an issue [here](https://github.com/arifszn/gitprofile/issues).** + ## 🎨 Customization All the magic happens in the file `gitprofile.config.js`. Open it and modify it according to your preference. @@ -177,13 +179,13 @@ const config = { education: [ { institution: 'Institution name 1', - degree: 'Bachelor of Science', + degree: 'ABC', from: '2015', to: '2019', }, { institution: 'Institution name 2', - degree: 'Higher Secondary Certificate (HSC)', + degree: 'XYZ', from: '2012', to: '2014', },