From d02adf20c3897f1fa6506959c460556da87ace29 Mon Sep 17 00:00:00 2001 From: BHUVNESH KUMAR PRADHAN <43566501+bhuvi1114@users.noreply.github.com> Date: Thu, 10 Oct 2019 23:12:13 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f66f74..a34cf13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # About this project: +====================== This is a very simple portfolio website which can be used by beginners who have just started learning about web development. The best thing about this project is, you can find the explanation to every line of code as a comment line. @@ -11,8 +12,8 @@ about this project is, you can find the explanation to every line of code as a c ## How you can contribute to this repository: -1. Star this repository -2. Fork this repository +1. Star this repository. +2. Fork this repository. 3. Open any HTML or CSS file then add the explanation of any line of code as a comment line. 4. Commit changes with a meaningful commit message like "Added Expanation to line number 1 in index.html". 5. Create a pull request.