Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Docs #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +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.
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.


## Purpose of this project:
Expand All @@ -14,6 +13,6 @@ about this project is, you can find the explanation to every line of code as a c
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".
4. Commit changes with a meaningful commit message like "Added Explanation to line number 1 in index.html".
5. Create a pull request.
6. Sit back and relax while your pull request is reviewed and merged.