Update README.md

This commit is contained in:
Ariful Alam
2022-05-14 21:17:19 +06:00
parent b1fcdcf0c5
commit e5cc04ec57

View File

@@ -130,6 +130,8 @@ List of all config [here](#-customization).
</details> </details>
**If you face any problems or have any questions, open an issue [here](https://github.com/arifszn/gitprofile/issues).**
## 🎨 Customization ## 🎨 Customization
All the magic happens in the file `gitprofile.config.js`. Open it and modify it according to your preference. 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: [ education: [
{ {
institution: 'Institution name 1', institution: 'Institution name 1',
degree: 'Bachelor of Science', degree: 'ABC',
from: '2015', from: '2015',
to: '2019', to: '2019',
}, },
{ {
institution: 'Institution name 2', institution: 'Institution name 2',
degree: 'Higher Secondary Certificate (HSC)', degree: 'XYZ',
from: '2012', from: '2012',
to: '2014', to: '2014',
}, },