From 3c0ee7bffe49fe4adbe85189611f643aacfa9d9a Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 13 Apr 2014 12:27:01 +0100 Subject: [PATCH] Update styling in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3009e4e..3e657b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ ``` - Add examples wherever possible - Use `bash` styling for all git commands: - ```bash - $ git commit -m "Message" - ``` +```bash +$ git commit -m "Message" +``` - Add links to Git docs or GitHub docs wherever possible