From 68e2c3e9d7351edae36809163e42086da28d187b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:38:11 +1100 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8ddaf08..1b1356a4c 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Patterns (regular expressions) are kept in [`src/technologies/`](https://github. "robots": "Disallow: /unique-path/", "implies": "PHP\\;confidence:50", "requires": "WordPress", + "requiresCategory": "Ecommerce", "meta": { "generator": "(?:Example|Another Example)" }, @@ -256,7 +257,15 @@ Plus any of: Similar to implies but detection only runs if the required technology has been identified. Useful for themes for a specific CMS. - "WordPres" + "WordPress" + + + requiresCategory + String | Array + + Similar to requires; detection only runs if a technology in the required category has been identified. + + "Ecommerce" excludes