Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit c7831ce

Browse files
Merge pull request #145 from grumblerchester/fix-readme
docs(README.md): fix code block formatting
2 parents 9c532b5 + 257aafd commit c7831ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The build and test structure is fairly primitive at the moment. There are variou
3636
## Committing
3737
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.
3838

39-
```shell
40-
git add .
41-
npm run commit
42-
```
39+
```shell
40+
git add .
41+
npm run commit
42+
```

0 commit comments

Comments
 (0)