From 9d61831ad1e5b16dc61a8572272e8da5308009cb Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Mon, 6 May 2024 08:42:22 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51604ed8..bb516f58 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The package could be installed with [Composer](https://getcomposer.org): composer require yiisoft/mutex --prefer-dist ``` -## Usage +## General usage There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a single instance of the callback is executed at the same time: