From 9e57162928a4d45cf6991a6e07a59bfb6625b6d9 Mon Sep 17 00:00:00 2001 From: shakti singh <60788912+shakti1590@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:59:31 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 --- ```