Skip to content

Commit de2459f

Browse files
coryhousejimthedev
authored andcommitted
Grammar and layout tweaks (#447)
1 parent f2f0453 commit de2459f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ commitizen init cz-conventional-changelog --save-dev --save-exact
6969

7070
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`.
7171

72-
The above command does three things for you. It installs the cz-conventional-changelog adapter npm module, it saves it to the package.json's dependencies or devDependencies, and lastly it add the `config.commitizen` key to the root of your **package.json** as shown here:
72+
The above command does three things for you.
73+
1. Installs the cz-conventional-changelog adapter npm module
74+
2. Saves it to package.json's dependencies or devDependencies
75+
3. Adds the `config.commitizen` key to the root of your **package.json** as shown here:
7376

7477
```json
7578
...
@@ -90,7 +93,7 @@ This just tells Commitizen which adapter we actually want our contributors to us
9093
* full relative file names
9194
* absolute paths.
9295

93-
Please note that in previous version of Commitizen we used czConfig. **czConfig has been deprecated** and you should migrate to the new format before Commitizen 3.0.0.
96+
Please note that in the previous version of Commitizen we used czConfig. **czConfig has been deprecated** and you should migrate to the new format before Commitizen 3.0.0.
9497

9598
#### Optional: Install and run Commitizen locally
9699

0 commit comments

Comments
 (0)