We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd259 commit c93987aCopy full SHA for c93987a
1 file changed
README.md
@@ -71,7 +71,7 @@ List methods in the Finch API are paginated.
71
This library provides auto-paginating iterators with each list response, so you do not have to request successive pages manually:
72
73
```python
74
-import finch
+from finch import Finch
75
76
client = Finch()
77
@@ -87,7 +87,7 @@ Or, asynchronously:
87
88
89
import asyncio
90
+from finch import AsyncFinch
91
92
client = AsyncFinch()
93
0 commit comments