diff --git a/README.md b/README.md index 12d54d8..98def47 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ If you are using this on production, consider [buying me a coffee](https://ko-fi - [Scheduled runs](#scheduled-runs) - [Disable check for some links](#disable-check-for-some-links) - [Check only modified files in a pull request](#check-only-modified-files-in-a-pull-request) +- [Check multiple directories and files](#check-multiple-directories-and-files) - [Status code 429: Too many requests](#too-many-requests) - [GitHub links failure fix](#github-links-failure-fix) @@ -82,7 +83,7 @@ jobs: ### Scheduled runs In addition to checking links on every push, or pull requests, its also a good -hygine to check for broken links regularly as well. See +hygiene to check for broken links regularly as well. See [Workflow syntax for GitHub Actions - on.schedule](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule) for more details.