Skip to content

Commit

Permalink
docs(README): fix v5 installation instructions (#4985)
Browse files Browse the repository at this point in the history
Refs #4805
  • Loading branch information
char0n authored Apr 24, 2024
1 parent 91cc57c commit 994df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Assuming [prerequisites](#prerequisites) are already installed, SwaggerEditor np
You can install SwaggerEditor via [npm CLI](https://docs.npmjs.com/cli) by running the following command:

```sh
$ npm install swagger-editor@>=5
$ npm install swagger-editor@alpha
````

> NOTE: when using bundler to build your project which is using swagger-editor@5 npm package,
Expand Down

0 comments on commit 994df20

Please sign in to comment.