Skip to content

Commit

Permalink
Merge pull request #101 from commitizen/kentcdodds-patch-1
Browse files Browse the repository at this point in the history
docs(README): change --save to --save-dev on init
  • Loading branch information
jimthedev committed Mar 3, 2016
2 parents 110e6ca + 5606799 commit 3df51d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install commitizen -g
Next, initialize your project to use the cz-conventional-changelog adapter by typing:

```
commitizen init cz-conventional-changelog --save --save-exact
commitizen init cz-conventional-changelog --save-dev --save-exact
```

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`.
Expand Down

0 comments on commit 3df51d4

Please sign in to comment.