Skip to content

Commit 16d81dc

Browse files
authored
Merge pull request #10 from nkzk/main
fix(docs): use CWC_PROMPT in example instead of PROMPT (#9)
2 parents d3d9c93 + 74493c9 commit 16d81dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ The result output from cwc can also be piped to other commands as well. This exa
137137

138138
```sh
139139
# generate a commit message for current changes
140-
PROMPT="please write me a conventional commit for these changes"
141-
git diff HEAD | cwc $PROMPT | git commit -e --file -
140+
CWC_PROMPT="please write me a conventional commit for these changes"
141+
git diff HEAD | cwc $CWC_PROMPT | git commit -e --file -
142142
```
143143

144144
## Configuration

0 commit comments

Comments
 (0)