diff --git a/README.md b/README.md index 887a0056..5b33ed55 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ In the index file, look for the 'ol' tag. Then insert a 'li' tag with your link - Click on the fork on the top to fork this repo. - - Go to your repo where you fork the project. + - Go to your repo where you forked the project. - Hit the clone button on your forked repo and copy the given link. - On your terminal / command prompt, type "git clone [put the link here]". - Change the index file in the folder. - Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '. - - Push the commit. For example, type "git push origin master". + - Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]" + - Push the commit. For example, type "git push [remote-name] master". - Go back to the original repo. - Hit "new pull request" and compare between forks. - Confirm the pull request and that's it! diff --git a/index.html b/index.html index e2776367..7032063c 100644 --- a/index.html +++ b/index.html @@ -44,8 +44,9 @@