From 47431cdb9f9ad0d5cac101e356a0c1f26fe76d07 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Wed, 20 Jan 2021 18:17:08 +0100 Subject: [PATCH] Fix typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5d672c..0108df2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # [Check HTML Links Github Action](https://github.com/modernweb-dev/check-html-links-action) -This action checks whether there are any dead links in the documentation of your repository. * Note: Does not test external links, only internal ones :).* -Based of [check-html-links](https://www.npmjs.com/package/check-html-links) from [Modern Web](https://modern-web.dev/). +This action checks whether there are any dead links in the documentation of your repository. Based on [check-html-links](https://www.npmjs.com/package/check-html-links) from [Modern Web](https://modern-web.dev/). This action will run in a folder with html and js files. In other words, that comes **after** your Jekyll, Yarn, or any other compilation step. +*Note: Does not test external links, only internal ones :).* + **Latest version : V1** ## Inputs