From 6f7303a5aeb42a0545ff6ad0bbfc9fbf6a1aa689 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Fri, 3 Aug 2012 08:17:53 -0700 Subject: [PATCH] Mark git diff --check as inline code --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 545123856..818bb37ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ top of things. checkout fix/master/my_contribution`. Please avoid working directly on the `master` branch. * Make commits of logical units. -* Check for unnecessary whitespace with "git diff --check" before committing. +* Check for unnecessary whitespace with `git diff --check` before committing. * Make sure your commit messages are in the proper format. ````