#1955 fix command in README: flaskConnexion -> python-flask

This commit is contained in:
hjacobs 2016-01-22 22:05:09 +01:00
parent d44aa82cc4
commit 3cd124603c

View File

@ -512,7 +512,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
```
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
-i http://petstore.swagger.io/v2/swagger.json \
-l flaskConnexion \
-l python-flask \
-o samples/server/petstore/flaskConnexion
```