From fa53b10291071ecdd10eefa6aab14885e44c038e Mon Sep 17 00:00:00 2001 From: GradedJestRisk <37769607+GradedJestRisk@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:02:46 +0200 Subject: [PATCH] [DOC] Fix "Could not resolve" message Only happens when package.json is located under git base directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 535a16b..f1a536c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You have two ways to use `cz-customizable`. Originally, this project started as ... "config": { "commitizen": { - "path": "node_modules/cz-customizable" + "path": "cz-customizable" } } ``` @@ -61,7 +61,7 @@ Use `cz-customizable` without `commitzen`. ... "config": { "commitizen": { // not needed for standlone usage - "path": "node_modules/cz-customizable" + "path": "cz-customizable" }, "cz-customizable": { "config": "config/path/to/my/config.js"