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. |