Skip to content

Commit

Permalink
Update demo petstore link to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prat0318 committed Jun 4, 2015
1 parent d27fc18 commit ab7259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Example Usage
.. code:: Python
from bravado.client import SwaggerClient
client = SwaggerClient.from_url("http://petstore.swagger.wordnik.com/api/api-docs")
client = SwaggerClient.from_url("http://petstore.swagger.io/v2/swagger.json")
pet = client.pet.getPetById(petId=42).result()
Documentation
Expand Down

0 comments on commit ab7259b

Please sign in to comment.