We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61df99b commit c38ed9aCopy full SHA for c38ed9a
README.md
@@ -5,7 +5,7 @@
5
To use kenallclient in your program, create KenAllClient with api key and call get method.
6
7
```
8
->>> from kenallclient import KenAllClient
+>>> from kenallclient.client import KenAllClient
9
>>> API_KEY = "YOUR_API_KEY"
10
>>> zipcode = "1008105"
11
>>> client = KenAllClient(API_KEY)
0 commit comments