Updated README.md

This commit is contained in:
Aditya Aryaman Das 2023-10-30 15:35:23 +05:30 committed by GitHub
parent 3e5101cda2
commit ef56d64fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ response = g4f.ChatCompletion.create(
##### Async Support:
To enhance speed and overall performance, execute providers asyncronously.
To enhance speed and overall performance, execute providers asynchronously.
The total execution time will be determined by the duration of the slowest provider's execution.
```py