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', },