Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atlithorn committed Mar 1, 2015
1 parent 1ccd5c0 commit eb0df66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Install:
```
pip install flask-swagger
```
flask-swagger provides a method (swagger) that inspects the flask app for endpoints that contain YAML docstrings with swagger 2.0 [Path](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#pathsObject) objects.
flask-swagger provides a method (swagger) that inspects the flask app for endpoints that contain YAML docstrings with swagger 2.0 [Operation](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#operation-object) objects.

```
class UserAPI(MethodView):
Expand Down

0 comments on commit eb0df66

Please sign in to comment.