Skip to content

fixing small typos mentionedi in 19 #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Git can provide you with a complete history of every commit made on a project. B

* Being able to see what differences exist between commits

* Being able to move between difference commits (or places in time). This is especially useful if something became broken while you were working on it, and you need to start again.
* Being able to move between different commits (or places in time). This is especially useful if something became broken while you were working on it, and you need to start again.

In the introduction section of this tutorial, we won't be able to cover all these benefits in practise extensively. However, we will aim to give you all the information you will need to know by the end.

Expand All @@ -99,7 +99,7 @@ On your local machine, please make sure you have git installed. If you are using


<a name="getting-started" id="getting-started"></a>
### Getting Starting
### Getting Started
The next step is to clone the forked version of this repository. On the main page of the repo, copy the url shown here:

![where to copy url on github](./img/git-clone.png)
Expand Down