diff --git a/README.md b/README.md index 19188ca..4d04179 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ No database connection will be needed, nor fakes. Using an `InMemoryRepository` Also, if you feel like changing the repository implementation, no logic changes would be needed, as there are a set of drivers for you to use out of the box: -- `composer require nilportugues/repository-cache` for [caching]((https://github.com/nilportugues/php-repository-cache). +- `composer require nilportugues/repository-cache` for [caching](https://github.com/nilportugues/php-repository-cache). - `composer require nilportugues/repository` for an [InMemoryRepository implementation](https://github.com/nilportugues/php-repository). - `composer require nilportugues/filesystem-repository` for a [FileSystemRepository implementation](https://github.com/nilportugues/php-filesystem-repository). - `composer require nilportugues/eloquent-repository` for a [SQL Eloquent implementation](https://github.com/nilportugues/php-eloquent-repository).