Skip to content

Commit abb4d08

Browse files
authored
Update CONTRIBUTING.md
1 parent 95dc37b commit abb4d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contribute to this project, whether it's:
2323
* Fork the repo and clone it on your machine.
2424
* Add a upstream link to main branch in your cloned repo
2525
```
26-
git remote add upstream
26+
git remote add upstream https://github.com/div-bargali/Data-Structures-and-Algorithms.git
2727
```
2828
* Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
2929
```

0 commit comments

Comments
 (0)