Skip to content

Commit

Permalink
Merge pull request #1 from robbiet480/patch-1
Browse files Browse the repository at this point in the history
Just a few minor grammar fixes.
  • Loading branch information
tiimgreen committed Apr 13, 2014
2 parents b1b91d0 + bc50325 commit 99bef6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ git checkout -

[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repo.

Although, Gists can be treated full repos so can be cloned like any other:
Although, Gists can be treated as a full repo so they can be cloned like any other:
```bash
$ git clone https://gist.github.com/tiimgreen/10545817
```
Expand Down Expand Up @@ -128,7 +128,7 @@ $ git commit -m "Big-ass commit" --allow-empty

## Comparing Branches

In GitHub to compare branches, the URL will look something like this:
To use GitHub to compare branches, change the URL to look like this:

```
https://github.com/user/repo/compare/{range}
Expand Down

0 comments on commit 99bef6c

Please sign in to comment.