Skip to content

Commit 92bd28f

Browse files
authored
Update README.md
1 parent 4cd04be commit 92bd28f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ git clone https://github.com/Your_Username/Learning-Made-Easy.git
6767
Once you have cloned the `Learning-Made-Easy` repository in Github, move to that folder first using change directory command on linux and Mac.
6868

6969
```sh
70-
# This will change directory to a folder Algo_Ds_Notes
70+
# This will change directory to a folder Learning-Made-Easy
7171
$ cd Learning-Made-Easy
7272
```
7373

@@ -123,7 +123,7 @@ $ git checkout master
123123
# Reset local `master` branch to match `upstream` repository's `master` branch
124124
$ git reset --hard upstream/master
125125

126-
# Push changes to your forked `Algo_Ds_Notes` repo
126+
# Push changes to your forked `Learning-Made-Easy` repo
127127
$ git push origin master
128128
```
129129

0 commit comments

Comments
 (0)