From cd99a78e88995cf2095d55c3856c74564ed1554c Mon Sep 17 00:00:00 2001 From: Jose Luis Martinez Date: Thu, 8 Jul 2021 12:29:58 +0200 Subject: [PATCH] Fix formatting error --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3978ff3f9e..88bdd65796 100644 --- a/README.md +++ b/README.md @@ -230,8 +230,6 @@ This creates the branch for working on the next release. We bump the version number in the builder. Edit `builder-lib/Paws/API/Builder/Paws.pm`. Near line 12 we will find Paws version number. Replace X.XX for Y.YY -``` - We add Y.YY to the Changes file. Commit the changes and push: ```