Skip to content

Commit c3a1e0f

Browse files
reveltLinusU
authored andcommitted
docs(readme): fix markdown formatting typo (#601)
fix markdown formatting typo
1 parent 3db1fba commit c3a1e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ On **NPM 5.2+** you can [use `npx`](https://medium.com/@maybekatz/introducing-np
124124
npx commitizen init cz-conventional-changelog --save-dev --save-exact
125125
```
126126

127-
For **previous versions of NPM (< 5.2) ** you can execute `./node_modules/.bin/commitizen` or `./node_modules/.bin/git-cz` in order to actually use the commands.
127+
For **previous versions of NPM (< 5.2)** you can execute `./node_modules/.bin/commitizen` or `./node_modules/.bin/git-cz` in order to actually use the commands.
128128

129129
You can then initialize the conventional changelog adapter using: `./node_modules/.bin/commitizen init cz-conventional-changelog --save-dev --save-exact`
130130

0 commit comments

Comments
 (0)