From 9f72d5732b60576b717835dde1a35cbd19d9da9b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 1 Apr 2021 10:13:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 526cd7b..df2f22b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ With multiple files that need to be updated each time a new version of your soft `sync-release-version` makes this process less complex by using [sed's](https://www.gnu.org/software/sed/manual/sed.html) regex pattern to match the sections in the specified files that needs to be updated. -Helpful Reasources +Helpful Resources ------------------ - https://www.regextester.com/111539 - https://www.tutorialspoint.com/unix/unix-regular-expressions.htm