From e49bcbfaf68315ea6d7b586b86a748fb1b8413a9 Mon Sep 17 00:00:00 2001 From: Geovanny Mendoza <10421376+geovannymcode@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:02:44 -0500 Subject: [PATCH] Add note about test change for PR exercise Added a note about a test change for a pull request exercise. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d72c82a31..f429d3938 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,6 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. + +--- +**Note:** This is a test change made by Geovanny from Barranquilla to complete the pull request exercise.