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