Skip to content

Commit

Permalink
Updated code example
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneshapke committed Sep 13, 2015
1 parent 9d490be commit 327cb7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ or download the source from https://github.com/hanneshapke/pyzillow and install
Usage of the GetDeepSearchResults API
-------------------------------------

from pyzillow import ZillowWrapper, GetDeepSearchResults
from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults
...
address = 'YOUR ADDRESS'
zipcode = 'YOUR ZIPCODE'
Expand Down Expand Up @@ -77,7 +77,7 @@ The following attributes are currently supported:
Usage of the GetUpdatedPropertyDetails API
------------------------------------------

from pyzillow import ZillowWrapper, GetUpdatedPropertyDetails
from pyzillow.pyzillow import ZillowWrapper, GetUpdatedPropertyDetails
...
zillow_id = 'YOUR ZILLOW ID'
...
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ or download the source from https://github.com/hanneshapke/pyzillow and install
Usage of the GetDeepSearchResults API
-------------------------------------

from pyzillow import ZillowWrapper, GetDeepSearchResults
from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults
...
address = 'YOUR ADDRESS'
zipcode = 'YOUR ZIPCODE'
Expand Down Expand Up @@ -96,7 +96,7 @@ The following attributes are currently supported:
Usage of the GetUpdatedPropertyDetails API
------------------------------------------

from pyzillow import ZillowWrapper, GetUpdatedPropertyDetails
from pyzillow.pyzillow import ZillowWrapper, GetUpdatedPropertyDetails
...
zillow_id = 'YOUR ZILLOW ID'
...
Expand Down

0 comments on commit 327cb7c

Please sign in to comment.