diff --git a/README.md b/README.md index 7cc30c4bbc2..3d40f791722 100644 --- a/README.md +++ b/README.md @@ -43,32 +43,32 @@ # How to make your first Pull Request -Replace `` with your GitHub username in this guide. +Replace `shakti1590` with your GitHub username in this guide. ## 1. Add your profile picture to the folder -Add a picture picture of your choice in `static/images/`. Accepted files are **png** and **jpg**, should be squared and minimum size 544x544 pixels. Ex. +Add a picture picture of your choice in `static/images/shakti1590`. Accepted files are **png** and **jpg**, should be squared and minimum size 544x544 pixels. Ex. ``` -static/images/.png +static/images/shakti1590.png ``` ## 2. Add your profile information -Create a markdown file in your folder following the convention `content/participant/.md`. Ex. +Create a markdown file in your folder following the convention `content/participant/shakti1590.md`. Ex. ``` -content/participant/.md +content/participant/shakti1590.md ``` Copy the next template into your file, delete the boilerplate data and fill the information with yours. ``` --- -name: YOURNAME -institution/company: INSTITUTION_NAME -github:USERNAME +name: shakti singh +institution/company: MJP Rohilkhand University +github:shakti1590 --- ```