From bc5b2d51f42a99b56c613cc7d06525596b9d7a72 Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Sun, 14 Oct 2018 13:02:38 +0200 Subject: [PATCH] :memo: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 596ae9b..a66c94d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ ```bash npm install -g gitmoji-changelog + cd my-project + gitmoji-changelog ``` @@ -40,7 +42,7 @@ Here the recommended workflow to generate your changelog file using `gitmoji-cha By default when you generate your changelog with `gitmoji-changelog`, the following mapping is used to group commits : > [mapping.js](packages/gitmoji-changelog-core/src/mapping.js). -*// TODO: override the default mapping with it's own.* +*// TODO: How to override the default mapping with it's own.* ## Usage