mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Update README.md
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user