diff --git a/docs/getting-started/5-asyncapi.md b/docs/getting-started/5-asyncapi.md index d22605c7e..596f95c3b 100644 --- a/docs/getting-started/5-asyncapi.md +++ b/docs/getting-started/5-asyncapi.md @@ -2,6 +2,6 @@ Spectral has a built-in AsyncAPI [v2](https://www.asyncapi.com/docs/specifications/v2.0.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files. -Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2. +Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2 and v3. You can see a full list of the rules in this ruleset in [AsyncAPI Rules](../reference/asyncapi-rules.md).