mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix issue #116
This commit is contained in:
parent
6cc525e594
commit
c1f1944cae
|
@ -136,7 +136,7 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
|
|||
```bash
|
||||
npm run build:sass
|
||||
```
|
||||
- _(optional)_ Replace `demo/swagger.json` with your own schema
|
||||
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
|
||||
- Start the server
|
||||
`npm start`
|
||||
- Open `http://localhost:9000`
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"tslint": "^3.15.0-dev.0",
|
||||
"tslint-stylish": "^2.1.0-beta",
|
||||
"typescript": "^2.0.2",
|
||||
"webpack": "^2.1.0-beta.21",
|
||||
"webpack": "^2.1.0-beta.22",
|
||||
"webpack-dev-server": "^2.1.0-beta.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user