From bc503259833788c9b50d0b61ad887609e64e2132 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sun, 13 Apr 2014 00:40:27 -0700 Subject: [PATCH] Just a few minor grammar fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d81b5d7..95bc600 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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}