We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd04be commit 92bd28fCopy full SHA for 92bd28f
1 file changed
README.md
@@ -67,7 +67,7 @@ $ git clone https://github.com/Your_Username/Learning-Made-Easy.git
67
Once you have cloned the `Learning-Made-Easy` repository in Github, move to that folder first using change directory command on linux and Mac.
68
69
```sh
70
-# This will change directory to a folder Algo_Ds_Notes
+# This will change directory to a folder Learning-Made-Easy
71
$ cd Learning-Made-Easy
72
```
73
@@ -123,7 +123,7 @@ $ git checkout master
123
# Reset local `master` branch to match `upstream` repository's `master` branch
124
$ git reset --hard upstream/master
125
126
-# Push changes to your forked `Algo_Ds_Notes` repo
+# Push changes to your forked `Learning-Made-Easy` repo
127
$ git push origin master
128
129
0 commit comments