From d16387a185574bccb014f3814119ab4cc63d7647 Mon Sep 17 00:00:00 2001 From: David Wallis Date: Tue, 2 Apr 2024 12:43:15 +0100 Subject: [PATCH] Update README.md Fix missing char in example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7b11b..7732b4a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Install-Module -Name ChangelogManagement ### Examples ``` PowerShell -LinkPattern = @{ +$LinkPattern = @{ FirstRelease = "https://github.com/testuser/testrepo/tree/v{CUR}" NormalRelease = "https://github.com/testuser/testrepo/compare/v{PREV}..v{CUR}" Unreleased = "https://github.com/testuser/testrepo/compare/v{CUR}..HEAD"