diff --git a/README.md b/README.md index edd5ce5..ff4e825 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ composer require mpyw/laravel-database-advisory-lock:^4.3 ## Basic usage -The default implementation is provided by `ConnectionServiceProvider`, however, **package discovery is not available**. -Be careful that you MUST register it in **`config/app.php`** by yourself. +> [!IMPORTANT] +> The default implementation is provided by `ConnectionServiceProvider`, however, **package discovery is not available**. +> Be careful that you MUST register it in **`config/app.php`** by yourself. ```php [!TIP] +> You can extend Connection classes with `AdvisoryLocks` trait by yourself. ```php