From 63b889f730262f8104550e93f82e724d8ae49589 Mon Sep 17 00:00:00 2001 From: nevadskiy Date: Sun, 10 Sep 2023 17:38:33 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aa9946..0187faf 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,7 @@ public function groupPositionBy(): array ### Position lock -By default, when the position or group of a model is changed, the `PositionObserver` syncs positions of other models in the sequence accordingly using extra database queries. -If you want to disable this for some reason, you can disable the `PositionObserver` for a specific model like so: +By default, when you change the position or group of a model, the `PositionObserver` automatically updates the positions of other models in the sequence by performing additional database queries. If you need to disable this behavior for any reason, you can do it like so: ```php use Nevadskiy\Position\PositionObserver;