From 3a1c76be8cc87482dcc840f16b2a775056fc9e9b Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Wed, 13 Mar 2024 21:36:36 +0100 Subject: [PATCH] Fix typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e42ada..189ca96 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,7 @@ UniversalBle.enableBluetooth(); ## Command Queue -By default, all commands will be executed in a queue. Each command will wait for the previous one to finish. -Some platforms (e.g. Android) will fail to send consecutive commands without any delay between them so it is a good idea to leave to queue enabled. +By default, all commands are executed in a queue, with each command waiting for the previous one to finish. This is because some platforms (e.g. Android) may fail to send consecutive commands without a delay between them. Therefore, it is a good idea to leave the queue enabled. ```dart // Disable queue