diff --git a/README.md b/README.md
index 47c56a9..78f5c56 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,12 @@ $config->allowNonFixableRules(true);
return $config;
```
-There are also `A11yBasicStandard` and `A11yRecommendedStandard` if you want lighter
-or opinionated presets.
+There are four presets with increasing coverage:
+
+- `A11yBasicStandard`: lowest-noise checks for core HTML issues.
+- `A11yRecommendedStandard`: broader structural, media, and form coverage.
+- `A11yStandard`: the default balanced preset for most projects.
+- `A11yStrict`: every stable rule shipped by this package.
Then run:
@@ -107,6 +111,7 @@ Rules are grouped by category for easier discovery.
| `ImgAltRule` | `` missing `alt`, or empty `alt` without `role="presentation"` |
| `AutoplayRule` | `