Update README.md

This commit is contained in:
Tony Tam 2013-05-20 14:26:09 -06:00
parent 6635616826
commit 181e7a8b55

View File

@ -149,7 +149,7 @@ If you need to make static pages or don't want the sandbox of the swagger-ui, yo
Will produce the output here:
```
https://github.com/wordnik/swagger-codegen/tree/master/samples/docs/swagger-static-docs/sd
https://github.com/wordnik/swagger-codegen/tree/master/samples/docs/swagger-static-docs
```
which is based on these templates:
@ -158,6 +158,10 @@ which is based on these templates:
https://github.com/wordnik/swagger-codegen/tree/master/src/main/resources/swagger-static
```
and looks like this
![Image](https://raw.github.com/wordnik/swagger-codegen/master/samples/docs/swagger-static-docs/static-docs.png)
### To build a server stub
You can also use the codegen to generate a server for a couple different frameworks. Take a look here: