From e3475f2d79a0ddef7d6fd3de3ecfd3c7eab725d3 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:33:15 +1000 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 240b4d20f..4b70d36b0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Patterns (regular expressions) are kept in [`src/technologies/`](https://github. "headers": { "X-Powered-By": "Example" }, - "html": "]example\\.css", "text": "\bexample\b", "css": "\\.example-class", "robots": "Disallow: /unique-path/", @@ -341,17 +340,6 @@ Plus any of: HTTP response headers. { "X-Powered-By": "^WordPress$" } - - html - String | Array - - HTML source code. Patterns must include an HTML opening tag to - avoid matching plain text. For performance reasons, avoid - html where possible and use - dom instead. - - "<a [^>]*href=\"index.html" - text String | Array @@ -422,6 +410,17 @@ Plus any of: "function webpackJsonpCallback\\(data\\) {" + + html (deprecated) + String | Array + + HTML source code. Patterns must include an HTML opening tag to + avoid matching plain text. For performance reasons, avoid + html where possible and use + dom instead. + + "<a [^>]*href=\"index.html" +