From 3d873a88170174a5597a12a764733ccd5ae42fb0 Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Thu, 27 Jul 2017 11:29:39 +0200 Subject: [PATCH] docs: Fix installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02cfc26fb..51c1404d09 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Getting started ```sh -npm install --save-dev @commitlint/{angular,cli} +npm install --save-dev @commitlint/{config-angular,cli} echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js ```