diff --git a/README.md b/README.md
index 3d6505551..8a0b832a7 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
## Steps To Follow
-- Select an issue and ask to be *assigned* to it.
-- Check existing scripts [project here.](https://github.com/AdityaJ7/python-mini-projects/tree/master/projects)
-- **Star** the repository.
-- On the [GitHub page for this repository](https://github.com/Python-World/python-mini-projects), click on the Button "**Fork**".
- 
-- Create clone ***your forked repository*** on your local machine.
- 
+- Select an issue and ask to be _assigned_ to it.
+- Check existing scripts in the [projects](/projects/) directory.
+- **Star** this repository.
+- On the [python-mini-projects](https://github.com/Python-World/python-mini-projects) repo page, click the **Fork** button.
+
+- **Clone** your forked repository to your local machine. This button will show you the URL to run.
+
For example, run this command inside your terminal:
@@ -46,6 +46,8 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
git pull upstream master
git push
```
+
+ Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button.
- If you run into a **merge conflict**, you have to resolve the conflict. There are a lot of guides online, or you can try this one by [opensource.com](https://opensource.com/article/20/4/git-merge-conflict).
@@ -68,7 +70,7 @@ If you are new to Github and open source then, visit [here.](https://towardsdata
git commit -m ""
```
-- Push the code *to your repository*.
+- Push the code _to your repository_.
```bash
git push origin