Skip to content

Commit

Permalink
Update README.md (#203)
Browse files Browse the repository at this point in the history
Removes marketplace badge as SVGs aren't supported for extensions.
  • Loading branch information
mnaumanali94 committed Apr 4, 2023
1 parent 652c2a8 commit 3a47fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Spectral Linter for VS Code

[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/stoplight.spectral.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=stoplight.spectral)

The Spectral VS Code Extension brings the power of [Spectral](https://stoplight.io/open-source/spectral?utm_source=github.com&utm_medium=referral&utm_campaign=github_repo_vs_code_spectral) to your favorite editor.

Spectral is a flexible object linter with out of the box support for [OpenAPI](https://openapis.org/) v2 and v3, JSON Schema, and AsyncAPI.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,13 @@
"OAS",
"OAS2",
"OAS3",
"AsyncAPI"
"AsyncAPI",
"json",
"yaml"
],
"license": "Apache-2.0",
"main": "./client/index.js",
"name": "spectral",
"preview": true,
"private": true,
"publisher": "stoplight",
"repository": {
Expand Down

0 comments on commit 3a47fbd

Please sign in to comment.