We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b33b3 commit 1198728Copy full SHA for 1198728
README.md
@@ -411,8 +411,9 @@ class MyProvider(AbstractProvider):
411
412
Providers can also be extended to support async functionality.
413
To support add asynchronous calls to a provider:
414
-* Implement the `AbstractProvider` as shown above.
415
-* Define asynchronous calls for each data type.
+
+- Implement the `AbstractProvider` as shown above.
416
+- Define asynchronous calls for each data type.
417
418
```python
419
class MyProvider(AbstractProvider):
0 commit comments