Skip to content

Commit 994df20

Browse files
authored
docs(README): fix v5 installation instructions (#4985)
Refs #4805
1 parent 91cc57c commit 994df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Assuming [prerequisites](#prerequisites) are already installed, SwaggerEditor np
3636
You can install SwaggerEditor via [npm CLI](https://docs.npmjs.com/cli) by running the following command:
3737

3838
```sh
39-
$ npm install swagger-editor@>=5
39+
$ npm install swagger-editor@alpha
4040
````
4141

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

0 commit comments

Comments
 (0)