From 5614c06222880174ba93affc702302e067d942a8 Mon Sep 17 00:00:00 2001
From: Nathan Naveen <42319948+nathannaveen@users.noreply.github.com>
Date: Fri, 1 Mar 2024 18:39:59 -0600
Subject: [PATCH] Update README.md to change Max threshold to Min threshold
I think that Min threshold makes more sense than Max threshold
Signed-off-by: Nathan Naveen <42319948+nathannaveen@users.noreply.github.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 65690c49d..a8918a40a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ by [Rob Pike](https://github.com/robpike):
We use the following default parameters to derive the criticality score for an
open source project:
-| Parameter (Si) | Weight (αi) | Max threshold (Ti) | Description | Reasoning |
+| Parameter (Si) | Weight (αi) | Min threshold (Ti) | Description | Reasoning |
|---|---:|---:|---|---|
| created_since | 1 | 120 | Time since the project was created (in months) | Older project has higher chance of being widely used or being dependent upon. |
| updated_since | -1 | 120 | Time since the project was last updated (in months) | Unmaintained projects with no recent commits have higher chance of being less relied upon. |