From f9bd1c6b386010249b00b972e2dd3c814df0f6bb Mon Sep 17 00:00:00 2001 From: Saksham Bhugra <85192629+sh4d0wy@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:34:24 +0530 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3