From 70d4d053f562791534a365c40ccddf03ccdaa4ee Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 6 Sep 2021 08:17:33 +1000 Subject: [PATCH] Fix pricing config in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e315d0f..707d3e42b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Patterns (regular expressions) are kept in [`src/technologies/`](https://github. "xhr": "example\\.com", "oss": true, "saas": true, - "pricing": ["medium", "freemium", "recurring"], + "pricing": ["mid", "freemium", "recurring"], "website": "https://example.com", } ```