From b509f924830ec76f70b94b7f2a2a95a4d7bb6fa8 Mon Sep 17 00:00:00 2001 From: Guriev Nicholas Date: Wed, 21 Jan 2015 16:26:15 +0300 Subject: [PATCH] Small fix the example URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b72f5dc..0108cdd 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ From here you can access the compare page or delete a branch with a click of a b To use GitHub to compare branches, change the URL to look like this: ``` -https://github.com/user/repo/compare/{range} +https://github.com/{user}/{repo}/compare/{range} ``` Where `{range} = master...4-1-stable`