-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from WillGibson/patch-1
Correct a couple of typos in the README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ docker build --platform linux/arm64 -t filiph/linkcheck . | |
docker run filiph/linkcheck <URL> | ||
``` | ||
|
||
All bellow usage are valid running on container too. | ||
All below usage guidelines are valid running on container too. | ||
|
||
#### Usage (github action) | ||
|
||
|
@@ -196,7 +196,7 @@ uses: filiph/[email protected] | |
arguments: <URL> | ||
``` | ||
|
||
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 | ||
|
||
|