From 361daaa612d644cdfd776cb4d8e8887ebe4c5fa4 Mon Sep 17 00:00:00 2001 From: Massimiliano Lattanzio Date: Fri, 21 Jul 2023 19:03:34 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2762e55..4f7f300 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The type of the changelog correspond to "new feature", "bug-fix" and "changed" e Here are a few examples: ```markdown -* [#47](https://github.com/solidusio/rubocop-solidus/issues/46): **(Breaking)** Remove support for old Ruby versions. ([@MassimilianoLattanzio][]) +* [#46](https://github.com/solidusio/rubocop-solidus/issues/46): **(Breaking)** Remove support for old Ruby versions. ([@MassimilianoLattanzio][]) * [#4](https://github.com/solidusio/rubocop-solidus/pull/4): Update CHANGELOG. ([@piyushswain][]) ```