Skip to content

Commit 3557650

Browse files
Update README.md
1 parent 33f374c commit 3557650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To make your local copy of the repository follow the steps:
4747

4848
##### For Flask:
4949
```bash
50-
$ git clone -b dev https://github.com/<your-github-username>/HealthCheck
50+
$ git clone https://github.com/<your-github-username>/HealthCheck
5151
```
5252
##### For Flutter App Develpment:
5353
```bash
@@ -69,7 +69,7 @@ git remote -v
6969
```
7070
Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
7171
```bash
72-
git pull upstream master
72+
git pull upstream main
7373
```
7474

7575
#### Step 4: Setting up Project
@@ -176,4 +176,4 @@ You can find the Code of Conduct <a href="https://github.com/kritikaparmar-progr
176176
[![GSSOC](https://gssoc.girlscript.tech/images/favicon/favicon.png)](https://gssoc.girlscript.tech/)
177177

178178

179-
## Drop a ⭐ on the Github Repository if you like it.<br><br>
179+
## Drop a ⭐ on the Github Repository if you like it.<br><br>

0 commit comments

Comments
 (0)