Skip to content

Commit 04426ba

Browse files
docs: update option to put config file in git
1 parent b0bb9d5 commit 04426ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ You have two ways to use `cz-customizable`. Originally, this project started as
1919
## Configuration
2020

2121
* Copy contents of [the example config file](./cz-config-EXAMPLE.js) and paste into a new file `.cz-config.js`
22-
* move file `cz-config.js` to your home directory.
22+
* Option 1: Move file `cz-config.js` to your home directory.
23+
* Option 2: Put file `cz-config.js` at the root level of your project and commit it to your code repository (Assuming you have a team agreement to use this tool).
2324

2425
## cz-customizable via global install
2526

0 commit comments

Comments
 (0)