From 4842a6b1d14b80ff369032e0df0370734ad686f3 Mon Sep 17 00:00:00 2001 From: Nauman Date: Sat, 28 May 2022 00:50:52 +0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8555559..60f5d9c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,4 @@ jobs: Spectral Action will respect your [Spectral Rulesets](https://meta.stoplight.io/docs/spectral/01baf06bdd05a-rulesets), which can be defined, extended, and overriden by placing `.spectral.yml` in the root of your repository. -However, if you'd like to simply use a core ruleset without additional configuration, create a `.spectral.yml` in you repository's root with only the contents: - -> extends: ["spectral:{rulesetTagHere}"] +However, if you'd like to simply use a core ruleset without additional configuration, create a `.spectral.yml` in you repository's root with only the contents: `extends: ["spectral:{rulesetTagHere}"]`