diff --git a/README.md b/README.md index 0be0bfd..720986f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Lock Component ============== +The Lock component creates and manages locks, a mechanism to provide exclusive +access to a shared resource. + Resources --------- diff --git a/composer.json b/composer.json index d539dee..c7f0423 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/lock", "type": "library", - "description": "Symfony Lock Component", + "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource", "keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"], "homepage": "https://symfony.com", "license": "MIT",