From 8e4391c665634c4c7a1d6e623197b638464398a0 Mon Sep 17 00:00:00 2001 From: fredster33 <64927044+fredster33@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:04:07 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492a002..52abab4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information on these outputs, see the [API Documentation](https://devel ### Example workflow -Everytime a new release is created, build a binary for the release and upload it to the release on Github. This example is building and uploading a Linux binary for a Rust executable. +Everytime a new release is created, build a binary for the release and upload it to the release on GitHub. This example is building and uploading a Linux binary for a Rust executable. ```yaml on: