From 90301931de7ff7fed4d9b3ff94117bb4817e1c7f Mon Sep 17 00:00:00 2001 From: grumblerchester Date: Wed, 15 Nov 2017 09:24:23 -0800 Subject: [PATCH] docs(README.md): fix code block formatting Remove wrong indentation for code block in Committing section. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1749271f..085ff889 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The build and test structure is fairly primitive at the moment. There are variou ## Committing It is strongly recommended that when creating a commit, you follow this procedure to start the commit wizard. It will aid you on creating valid commit messages. - ```shell - git add . - npm run commit - ``` \ No newline at end of file +```shell +git add . +npm run commit +```