From 6d912222f264cd19eed3893745ed77452eed40c4 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 23 Jan 2015 01:50:59 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b72f5dc..b4dd730 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ This closes the issue and references the closing commit. [*Read more about closing Issues via commit messages.*](https://help.github.com/articles/closing-issues-via-commit-messages) ### Cross-Link Issues -If you want to link to another issue in the same repository, simple type hash `#` then the issue number, it will be auto-linked. +If you want to link to another issue in the same repository, simply type hash `#` then the issue number, and it will be auto-linked. To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.