Skip to content

Commit 3df51d4

Browse files
committed
Merge pull request #101 from commitizen/kentcdodds-patch-1
docs(README): change --save to --save-dev on init
2 parents 110e6ca + 5606799 commit 3df51d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install commitizen -g
3636
Next, initialize your project to use the cz-conventional-changelog adapter by typing:
3737

3838
```
39-
commitizen init cz-conventional-changelog --save --save-exact
39+
commitizen init cz-conventional-changelog --save-dev --save-exact
4040
```
4141

4242
Note that if you want to force install over the top of an old adapter, you can apply the `--force` argument. For more information on this, just run `commitizen help`.

0 commit comments

Comments
 (0)