summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaksham Bhugra <85192629+sh4d0wy@users.noreply.github.com>2023-10-30 12:04:24 +0100
committerGitHub <noreply@github.com>2023-10-30 12:04:24 +0100
commitf9bd1c6b386010249b00b972e2dd3c814df0f6bb (patch)
treec8eddc437cd78c07bdc3caef72f84c61e5d8443f
parentMerge pull request #1182 from Abhishek-Mallick/fix-typos (diff)
downloadgpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar.gz
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar.bz2
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar.lz
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar.xz
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.tar.zst
gpt4free-f9bd1c6b386010249b00b972e2dd3c814df0f6bb.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4c5bf41..b15d3f74 100644
--- a/README.md
+++ b/README.md
@@ -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