diff --git a/README.md b/README.md index cb8f34b..346d3ae 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Current enforcement differs by ecosystem: - during package resolution, Safe Chain suppresses too-young files and releases from PyPI metadata responses - for direct package download requests that bypass that metadata flow, Safe Chain can block the request itself using a cached list of newly released packages -By default, the minimum package age is 48 hours. This provides an additional security layer during the critical period when newly published packages are most vulnerable to containing undetected threats. You can configure this threshold or bypass this protection entirely - see the [Minimum Package Age Configuration](#minimum-package-age) section below. +By default, the minimum package age is 48 hours. This provides an additional security layer during the critical period when newly published packages are most vulnerable to containing undetected threats. You can configure this threshold or bypass this protection entirely - see the [Minimum Package Age Configuration](#minimum-package-age-1) section below. ### Shell Integration