From ba5fbd4895e04944ce74bc710592d46cb6f103e1 Mon Sep 17 00:00:00 2001 From: Iheb KHEMISSI Date: Thu, 27 Oct 2016 14:57:47 +0100 Subject: [PATCH] docs: fix adapter installation instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 063c82c5..4f8bce65 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Install the `mol-conventional-changelog` package. npm install --save-dev mol-conventional-changelog ``` -Init committizen configuration +Init commitizen configuration ``` -commitizen init rb-conventional-changelog --save-dev --save-exact +commitizen init mol-conventional-changelog --save-dev --save-exact ``` ## Usage