fixed example

This commit is contained in:
Tony Tam
2013-09-14 09:36:14 -07:00
parent 1b662db2d2
commit a0db8582a1

View File

@@ -41,7 +41,7 @@ To use swagger-ui you should take a look at the [source of swagger-ui html page]
```javascript ```javascript
window.swaggerUi = new SwaggerUi({ 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" dom_id:"swagger-ui-container"
}); });