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

Commit 9030193

Browse files
docs(README.md): fix code block formatting
Remove wrong indentation for code block in Committing section.
1 parent 1b46319 commit 9030193

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)