From d595f3c49ed02d24156e332361caf4199193647b Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:00:32 +0100 Subject: [PATCH 1/2] Correct a couple of typos in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71f2b67..2418b45 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ docker build --platform linux/arm64 -t filiph/linkcheck . docker run filiph/linkcheck ``` -All bellow usage are valid running on container too. +All below usage are valid running on container too. #### Usage (github action) @@ -196,7 +196,7 @@ uses: filiph/linkcheck@2.0.23 arguments: ``` -All bellow usage guidelines are valid running as a GitHub action too. +All below usage guidelines are valid running as a GitHub action too. ## Usage From 266f850cf562921186a7d4dc789a6395a3d31c11 Mon Sep 17 00:00:00 2001 From: Filip Hracek Date: Thu, 31 Aug 2023 11:45:57 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Will Gibson <8738245+WillGibson@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2418b45..d908adc 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ docker build --platform linux/arm64 -t filiph/linkcheck . docker run filiph/linkcheck ``` -All below usage are valid running on container too. +All below usage guidelines are valid running on container too. #### Usage (github action)