From 1c0f90858c2afe3d6e57ccbae109da225a30af53 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Tue, 21 May 2019 22:04:00 -0500 Subject: [PATCH] fix(typo): configuration property is `header`, not `title`. --- versions/2.0.0/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions/2.0.0/README.md b/versions/2.0.0/README.md index ae21354..f75a987 100644 --- a/versions/2.0.0/README.md +++ b/versions/2.0.0/README.md @@ -2,7 +2,7 @@ ## Structure -- [title](#title-string) +- [header](#header-string) - [types](#types) - [type](#type) - [preMajor](#premajor-boolean) @@ -22,9 +22,9 @@ --- -### title (`string`) +### header (`string`) -A string to be used as the main title of the CHANGELOG. +A string to be used as the main header of the CHANGELOG. ``` Changelog