Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Jun 12, 2021
1 parent 61df99b commit c38ed9a
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 @@
To use kenallclient in your program, create KenAllClient with api key and call get method.

```
>>> from kenallclient import KenAllClient
>>> from kenallclient.client import KenAllClient
>>> API_KEY = "YOUR_API_KEY"
>>> zipcode = "1008105"
>>> client = KenAllClient(API_KEY)
Expand Down

0 comments on commit c38ed9a

Please sign in to comment.