Browse Source

fixed example

bubble
Tony Tam 11 years ago
parent
commit
a0db8582a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -41,7 +41,7 @@ To use swagger-ui you should take a look at the [source of swagger-ui html page]

```javascript
window.swaggerUi = new SwaggerUi({
discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs",
url:"http://petstore.swagger.wordnik.com/api/api-docs",
dom_id:"swagger-ui-container"
});



Loading…
Cancel
Save